- Moves back Serde feature from
dep:serde
toserde
.
- Support for
no_std
: Rust std usage is now behind the enabled by defaultstd
feature.
- Rust minimum supported version is set to 1.63.
LanguageTag
now implements SerdeSerialize
andDeserialize
trait if theserde
crate is present. The serialization is a plain string.
LanguageTag
struct with a parser, case normalization and components accessors.
- Proper attribution from
language-tags
.