#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

#13 in Internationalization (i18n)

Download history 28923/week @ 2024-09-24 27125/week @ 2024-10-01 27197/week @ 2024-10-08 33437/week @ 2024-10-15 34656/week @ 2024-10-22 32195/week @ 2024-10-29 37697/week @ 2024-11-05 39749/week @ 2024-11-12 34686/week @ 2024-11-19 23222/week @ 2024-11-26 34518/week @ 2024-12-03 30621/week @ 2024-12-10 30626/week @ 2024-12-17 14518/week @ 2024-12-24 19999/week @ 2024-12-31 28803/week @ 2025-01-07

98,592 downloads per month
Used in 155 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