1 2 3 4 5 6 7 8
#[allow(clippy::module_inception)] mod raw_money; pub use raw_money::RawMoney; mod money_ext; #[cfg(test)] mod raw_money_test;