Expand description

A Rust implementation of ECMA 402 NumberFormat API.

The numberformat mod contains all the needed implementation bits for Intl.NumberFormat.

Modules§

Structs§

  • The options set by the user at construction time. See discussion at the top level about the name choice. Provides as a “bag of options” since we don’t expect any implementations to be attached to this struct.

Traits§

  • Formats number based on the rules configured on initialization.