v0.5.0
Changelog:
- API change:
uhlc::ID::new(size: usize, id: [u8; ID::MAX_SIZE])
is replaced withTryFrom<&[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)