1 2 3 4 5 6 7
//! general utilies that can help with a project things such as colors, configs, etc... are in //! here. pub mod color; pub mod config; pub use color::Color;