oxilangtag

actions status Latest Version Released API docs

OxiLangTag to validate and normalize language tags following RFC 5646 (BCP 47).

It allows zero stack allocation language tag validation.

Example: ```rust use oxilangtag::LanguageTag;

let languagetag = LanguageTag::parse("en-US").unwrap(); asserteq!("en-US", languagetag.intoinner()); ```

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Futures by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.