#locale #libc #no-std

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

#23 in Internationalization (i18n)

Download history 33771/week @ 2024-12-05 30137/week @ 2024-12-12 21205/week @ 2024-12-19 14667/week @ 2024-12-26 28974/week @ 2025-01-02 40952/week @ 2025-01-09 36928/week @ 2025-01-16 38629/week @ 2025-01-23 42146/week @ 2025-01-30 46544/week @ 2025-02-06 37041/week @ 2025-02-13 48637/week @ 2025-02-20 44342/week @ 2025-02-27 39172/week @ 2025-03-06 46597/week @ 2025-03-13 39446/week @ 2025-03-20

178,530 downloads per month
Used in 160 crates (8 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