Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 813 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 813 Bytes

Latest Version License Docs.rs No dependencies

pure-rust-locales

Pure Rust locales imported directly from the GNU C Library. LC_COLLATE and LC_CTYPE are not yet supported.

pure-rust-locales is not an internationalization library by itself. It is too low level for that. It provides only a very low level API. It is meant to be used by internationalization libraries.

Used By

  • chrono under the feature unstable-locales.