Crate rust_decimal [] [src]

Structs

Decimal

Decimal represents a 128 bit representation of a fixed-precision decimal number. The finite set of values of type Decimal are of the form m / 10^e, where m is an integer such that -2^96 <= m <= 2^96, and e is an integer between 0 and 28 inclusive.

Error

Error type for the library.