- Added Into for every TLV parser.
- Fixed Hostname parsing.
- Added features to toggle groups of TLV parsers.
- Reexported deku for trait inclusion.
- Added channel sequence.
- Migrated from deku to handwritten parsers
- Improved internal architecture and robustness
- Replaced any uses of std with alloc
- Introduced better Debug formatters for AWDLVersion and AWDLActionFrame
- Introduced PartialOrd for AWDLVersion
- Various performance improvements
- Introduced Service Response and Sync Tree TLVs
- Updated Bumpalo from 3.12.1 to 3.13.0
- Added iterator based serialization API.
- Introduced ServiceResponseTLV.
- Introduced HTCapabilitiesTLV.
- Inlined functions.