1 2 3 4 5
#![warn(missing_docs)] #![doc = include_str!("../readme.md")] pub mod multicore; pub mod singlecore;