Skip to content

Version 0.11.2

Compare
Choose a tag to compare
@csnover csnover released this 15 May 01:10
· 96 commits to master since this release
v0.11.2
1fc50bc

Bug fixes

  • #[binrw::parser] and #[binrw::writer] now correctly handle receiving a single argument (thanks, @octylFractal!)
  • #[br(count)] now returns an error if the given count is out of range instead of using unwrap and panicking (#194)