Skip to content

v0.7.3

Compare
Choose a tag to compare
@cole14 cole14 released this 09 Oct 18:27
· 24 commits to master since this release
v0.7.3
8eac102

[0.7.3] - 2023-10-09

New Features

  • Derive Debug on LittleEndian and BigEndian

Misc Improvements

  • Enable #![forbid(unsafe_code)]
  • Enable #![deny(missing_debug_implementations)]
  • Enable #![warn(rust_2018_idioms)]
  • Fix doc comment on file::Class
  • Fix README example so it compiles