Crate english_numbers

Source
Expand description

§english-numbers

A library for converting integers to their written-english formats.
Supports both American “short” and European “long” number formats.

Structs§

Functions§

  • Converts a number to it’s written format, using “short” format.
  • Converts a number to it’s written format, using “short” format with all formatting options enabled.
  • Converts a number to it’s written format, using “long” format.
  • Converts a number to it’s written format, using “short” format with no formatting options enabled.