financial-ops 0.1.0

A Rust library to perform decimal arithmetic without floating point values.
Documentation
1
2
3
4
5
6
7
8
9
pub mod checked;
pub mod error;
pub mod helpers;
pub mod unchecked;

pub use checked::*;
pub use unchecked::*;
pub use error::*;
pub use helpers::*;