financial-ops 0.1.0

A Rust library to perform decimal arithmetic without floating point values.
Documentation
1
2
3
4
5
6
pub mod checked_operations;
pub mod helper_traits;
pub mod impl_checked_arithmetic_macro;

pub use checked_operations::*;
pub use helper_traits::*;