moneylib 0.12.0

Library to deal with money in Rust.
Documentation
1
2
3
4
5
mod interest;
pub use interest::{Interest, InterestOps};

#[cfg(test)]
mod interest_test;