1 2 3 4 5 6 7
//! Utility functions pub mod common; pub mod id_gen; pub use common::*; pub use id_gen::*;