| Crates.io | pure-rust-locales |
| lib.rs | pure-rust-locales |
| version | 0.8.1 |
| created_at | 2019-12-11 13:10:30.070314+00 |
| updated_at | 2024-02-11 13:26:08.701139+00 |
| description | Pure Rust locales imported directly from the GNU C Library. `LC_COLLATE` and `LC_CTYPE` are not yet supported. |
| homepage | https://github.com/cecton/pure-rust-locales |
| repository | https://github.com/cecton/pure-rust-locales |
| max_upload_size | |
| id | 188441 |
| size | 2,490,581 |
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.
chrono under the feature
unstable-locales.