Version 0.11.2
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 usingunwrap
and panicking (#194)