14 releases (9 breaking)

0.10.1 Nov 7, 2019
0.9.0 Oct 1, 2019
0.7.0 Jul 31, 2019
0.4.1 Aug 6, 2018
0.3.0 Oct 15, 2017

#60 in #locale

Download history 568/week @ 2023-11-20 359/week @ 2023-11-27 309/week @ 2023-12-04 412/week @ 2023-12-11 524/week @ 2023-12-18 300/week @ 2023-12-25 175/week @ 2024-01-01 546/week @ 2024-01-08 443/week @ 2024-01-15 360/week @ 2024-01-22 241/week @ 2024-01-29 386/week @ 2024-02-05 431/week @ 2024-02-12 535/week @ 2024-02-19 508/week @ 2024-02-26 552/week @ 2024-03-04

2,128 downloads per month

Apache-2.0

18KB
244 lines

NOTE: fluent-locale has been renamed to fluent-langneg.

Please, update your dependencies to use the new name.


lib.rs:

fluent-locale is an API for operating on locales and language tags. It's part of Project Fluent, a localization framework designed to unleash the expressive power of the natural language.

The primary use of fluent-locale is to parse/modify/serialize language tags and to perform language negotiation.

fluent-locale operates on a subset of BCP47. It can parse full BCP47 language tags, and will serialize them back, but currently only allows for operations on primary subtags and unicode extension keys.

In result fluent-locale is not suited to replace full implementations of BCP47 like rust-language-tags, but is arguably a better option for use cases involving operations on language tags and for language negotiation.

Dependencies

~670KB
~13K SLoC