#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

#16 in Internationalization (i18n)

Download history 37981/week @ 2024-11-15 26409/week @ 2024-11-22 30649/week @ 2024-11-29 33406/week @ 2024-12-06 30757/week @ 2024-12-13 16591/week @ 2024-12-20 15599/week @ 2024-12-27 32103/week @ 2025-01-03 43526/week @ 2025-01-10 34610/week @ 2025-01-17 39137/week @ 2025-01-24 42595/week @ 2025-01-31 47078/week @ 2025-02-07 38537/week @ 2025-02-14 46376/week @ 2025-02-21 37422/week @ 2025-02-28

176,758 downloads per month
Used in 156 crates (7 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