#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

#14 in Internationalization (i18n)

Download history 30559/week @ 2024-10-26 39208/week @ 2024-11-02 38168/week @ 2024-11-09 36254/week @ 2024-11-16 24243/week @ 2024-11-23 32811/week @ 2024-11-30 32187/week @ 2024-12-07 32420/week @ 2024-12-14 12952/week @ 2024-12-21 18248/week @ 2024-12-28 33809/week @ 2025-01-04 44192/week @ 2025-01-11 34208/week @ 2025-01-18 39546/week @ 2025-01-25 43674/week @ 2025-02-01 46925/week @ 2025-02-08

171,725 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