Safe, non-panicking numeric primitives built on top of pure-Rust num-bigint (alloc-only).
num-bigint
std support is enabled by default; disable default features to use no_std + alloc.
std
no_std
alloc
pub use decimal::SafeDec;
pub use integer::SafeInt;
SafeInt
SafeDec