- Use
byte
crate instead ofbytes
for encoding/decoding (#35) - Fix accidental dependence on
alloc
(#35) - Fix crate not compiling on thumbv6m targets (#35)
- Fix panic when encoding frame header (#26)
- Add associated constants for broadcast addresses (#27)
- Replace
&[u8]
/&mut [u8]
with&mut dyn Buf
/&mut dyn BufMut
(#28) - Remove
Address::None
in favor ofOption<Address>
(#28)
- Derive more useful traits for the various types (#20)
- Add support for beacons and MAC commands (#21)
- Add support for all address modes, including PAN ID compression (#18)
- Fix some minor documentation issues
Initial release