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;