v0.7.3
[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