Skip to content

v0.5.0

Compare
Choose a tag to compare
@JEnoch JEnoch released this 14 Jun 15:34
· 35 commits to master since this release

Changelog:

  • API change: uhlc::ID::new(size: usize, id: [u8; ID::MAX_SIZE]) is replaced with TryFrom<&[u8; $N]> implementations with $N going from 1 to 16. The size of the ID will corresponds to the slice length.
  • New and more compact (on the stack) internal representation of ID (#3)