#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

#15 in Internationalization (i18n)

Download history 25559/week @ 2024-08-19 28664/week @ 2024-08-26 26442/week @ 2024-09-02 27130/week @ 2024-09-09 25983/week @ 2024-09-16 31963/week @ 2024-09-23 24294/week @ 2024-09-30 29761/week @ 2024-10-07 30890/week @ 2024-10-14 34191/week @ 2024-10-21 31015/week @ 2024-10-28 38845/week @ 2024-11-04 38434/week @ 2024-11-11 36356/week @ 2024-11-18 24154/week @ 2024-11-25 31767/week @ 2024-12-02

131,761 downloads per month
Used in 150 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