parallel 0.11.3

Command-line CPU load balancer for executing jobs in parallel
1
2
3
4
5
///! The purpose of this module is to supply supporting miscellanious traits for use throughout the project.
mod digits;

/// The `Digits` trait is used to get the number of digits within a number.
pub use self::digits::Digits;