#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

#18 in Internationalization (i18n)

Download history 10762/week @ 2024-01-22 9723/week @ 2024-01-29 9713/week @ 2024-02-05 11292/week @ 2024-02-12 10713/week @ 2024-02-19 9665/week @ 2024-02-26 10497/week @ 2024-03-04 9292/week @ 2024-03-11 28189/week @ 2024-03-18 33082/week @ 2024-03-25 39364/week @ 2024-04-01 17053/week @ 2024-04-08 31292/week @ 2024-04-15 32712/week @ 2024-04-22 33708/week @ 2024-04-29 28848/week @ 2024-05-06

127,611 downloads per month
Used in 105 crates (4 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