Module input

Source
Expand description

Types that can be fed to DecimalFormatter and their utilities

This module contains re-exports from the fixed_decimal crate.

Enums§

SignDisplay
Configuration for when to render the minus sign or plus sign.

Type Aliases§

Decimal
A Type containing a UnsignedDecimal and a Sign to represent a signed decimal number.