#locale #libc #low-level

no-std pure-rust-locales

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

17 unstable releases (7 breaking)

0.8.1 Feb 11, 2024
0.7.0 Sep 14, 2023
0.6.0 Jul 4, 2023
0.5.6 Apr 2, 2021
0.1.0 Dec 11, 2019

#21 in Internationalization (i18n)

Download history 5547/week @ 2023-12-23 6413/week @ 2023-12-30 9095/week @ 2024-01-06 9874/week @ 2024-01-13 11005/week @ 2024-01-20 9797/week @ 2024-01-27 9833/week @ 2024-02-03 11177/week @ 2024-02-10 10558/week @ 2024-02-17 9758/week @ 2024-02-24 10195/week @ 2024-03-02 9973/week @ 2024-03-09 27179/week @ 2024-03-16 33442/week @ 2024-03-23 38892/week @ 2024-03-30 15095/week @ 2024-04-06

115,929 downloads per month
Used in 92 crates (2 directly)

MIT/Apache

2.5MB
20K SLoC

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.

No runtime deps