#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 33320/week @ 2024-07-17 38638/week @ 2024-07-24 23619/week @ 2024-07-31 30551/week @ 2024-08-07 25180/week @ 2024-08-14 25215/week @ 2024-08-21 25852/week @ 2024-08-28 30037/week @ 2024-09-04 24518/week @ 2024-09-11 28239/week @ 2024-09-18 29143/week @ 2024-09-25 27614/week @ 2024-10-02 27144/week @ 2024-10-09 34187/week @ 2024-10-16 34518/week @ 2024-10-23 32897/week @ 2024-10-30

134,799 downloads per month
Used in 145 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