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;