moneylib 0.14.0

Library to deal with money in Rust.
Documentation
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;