Expand description

A Rust implementation of ECMA 402 ListFormat API.

The listformat mod contains all the needed implementation bits for Intl.ListFormat.

Modules§

  • Contains the API configuration as prescribed by ECMA 402.

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§

  • The package workhorse: formats supplied pieces of text into an ergonomically formatted list.