1 2 3 4 5 6 7 8 9
cfg_uuid! { /// UUID集合 pub mod _uuid; } cfg_algorithm! { /// 随机 pub mod random; pub use random::*; }