const-decimal 0.3.0

Integer-backed decimals with constant precision
Documentation
1
2
3
4
5
6
#[cfg(feature = "borsh")]
mod borsh;
#[cfg(any(test, feature = "malachite"))]
mod malachite;
#[cfg(test)]
mod proptest;