unicode-locale-parser
The parser for Unicode Locale Identifiers
âī¸ Conformance
All code implements of Unicode UTS #35 Language and Locale Identifiers.
đ Usages
use parse_locale_id;
đ¤ API
parse_locale_id: parseunicode_locale_idparse_language_id: parseunicode_language_idparse_subdivision_id: parseunicode_subdivision_idparse_measure_unit: parseunicode_measure_unit
â TODO
- Locale Id Canonicalization
- Split some packages with Cargo workspace
- Performance
- should optimize for string processor with using like
TinyStr
- should optimize for string processor with using like
- Add more convenient manipulation API for Locale
- Some Trait implementation
Eq,Clone,Default,Hash,PartialOrdandOrd