#locale #libc #i18n #no-std #internationalisation

no-std pure-rust-locales

Pure Rust locales imported directly from the GNU C Library. LC_COLLATE and LC_CTYPE are not yet supported.

13 releases (4 breaking)

0.5.6 Apr 2, 2021
0.5.5 Mar 7, 2021
0.5.4 Feb 18, 2021
0.5.3 Sep 20, 2020
0.1.0 Dec 11, 2019

#93 in Internationalization (i18n)

Download history 4113/week @ 2022-11-26 3615/week @ 2022-12-03 4424/week @ 2022-12-10 3724/week @ 2022-12-17 3088/week @ 2022-12-24 2841/week @ 2022-12-31 4003/week @ 2023-01-07 3988/week @ 2023-01-14 4002/week @ 2023-01-21 4383/week @ 2023-01-28 4795/week @ 2023-02-04 4520/week @ 2023-02-11 6344/week @ 2023-02-18 7696/week @ 2023-02-25 6672/week @ 2023-03-04 6059/week @ 2023-03-11

27,534 downloads per month
Used in 23 crates (2 directly)

MIT/Apache

2MB
15K 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. Is is meant to be used by internationalization libraries.

Used By

  • chrono under the feature unstable-locales.

No runtime deps