Expand description
A crate containing a number type suitable for use in financial contexts.
Re-exports§
pub use num_bigint_v02 as num_bigint;
pub use num_rational_v02 as num_rational;
Structs§
- Custom
Display - An object providing more advanced displaying capabilities to
Num
. - Num
- An unlimited precision number type with some improvements and
customizations over
BigRational
. - Num32
- A fixed size number type with some improvements and customizations
over
Rational32
. - Num64
- A fixed size number type with some improvements and customizations
over
Rational64
.
Enums§
- Parse
NumError - An error used for conveying parsing failures.