CargoLibrary is a collection of utilities to make performing certain calculations more convenient. cargo new CargoLibrary –lib
CargoLibrary
pub use self::Kinds::*;
pub use self::utils::*;