financial-ops 0.1.0

A Rust library to perform decimal arithmetic without floating point values.
Documentation
1
2
3
4
5
pub mod pad_to_width;
pub mod to_string_decimals;

pub use pad_to_width::*;
pub use to_string_decimals::*;