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()); ```
This project is licensed under either of
at your option.
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.