Skip to main content

Crate moneylib

Crate moneylib 

Source

Modules§

money_macros

Structs§

Currency
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 / 10e, where m is an integer such that -296 < m < 296, and e is an integer between 0 and 28 inclusive.
Money

Enums§

Country
MoneyError
RoundingStrategy

Traits§

BaseMoney
BaseMoney is the base trait for dealing with money type.
BaseOps
CustomMoney

Type Aliases§

MoneyResult
Money result type