fixed_decimal

Module decimal

Source

Macros§

Structs§

  • A struct containing decimal digits with efficient iteration and manipulation by magnitude (power of 10). Supports a mantissa of non-zero digits and a number of leading and trailing zeros, as well as an optional sign; used for formatting and plural selection.

Enums§

  • Specifies the precision of a floating point value when constructing a FixedDecimal.
  • Increment used in a rounding operation.
  • A specification of the sign used when formatting a number.
  • Configuration for when to render the minus sign or plus sign.

Traits§