financial-ops 1.0.0

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

pub use core::*;

/// Recursively rewrites an arithmetic expression into checked arithmetic.
///
/// See the [`financial_ops_macros::checked`] documentation for details and
/// examples.
pub use financial_ops_macros::checked;