Module options

Source
Expand description

Configuration options for parsing integers.

Structs§

Options
Immutable options to customize writing integers.
OptionsBuilder
Builder for Options.

Constants§

LARGE_NUMBERS
Options optimized for large numbers and long strings.
SMALL_NUMBERS
Options optimized for small numbers.
STANDARD
Standard number format.