Crate rust_decimal [] [src]

Structs

Decimal

128 bit representation of a decimal The finite set of values of type Decimal are of the form m / 10e, where m is an integer such that -296 <; m <; 296, and e is an integer between 0 and 28 inclusive.

Traits

ToDecimal