Expand description

A Rust implementation of the ECMA402 Collator API.

The collator mod contains all the needed implementation bits for Intl.Collator.

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