//! This module contains some code that can be used for all module in this library. #[macro_use] pub mod macros; pub mod traits; pub mod functions;