// pub mod bufio;
// pub mod bytes;
// pub mod crypto;
// pub mod encoding;
// pub mod hash;
// pub mod math;
// pub mod path;
// pub mod sort;
// pub mod strconv;
pubmodstrings;// pub mod time;
#[cfg(test)]modtests{#[test]fnit_works(){assert_eq!(2+2,4);}}