Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@Enet4 Enet4 released this 03 Aug 14:22

Changes

  • The minimum Rust version required was bumped to 1.41.1 (#6)
  • The Endian trait now implies Copy, and all its methods receive self instead of &self (#12)
    • This should not affect most users, unless the universal function calling syntax was used (e.g. Endian::read_u16(e, src)).

New

  • read_*_into methods were added, analogous to the ones in byteorder (#8)
  • New set_endianness method in ByteOrdered (#11)

Fixes

  • Corrected typos in documented methods (#7)

Enhancements

  • Added more #[inline] attributes, giving the compiler more room for optimizations in consumers

Chores

  • Simplified and improved doctests (#10)
  • Clippy lint fixes (#9)
  • Added GitHub Actions CI (#6)