Version 0.15.1
Changes
- The rarely-used variadic signature for
#[binrw::parser]and#[binrw::writer]helper functions now requires a field name (i.e.fn foo(...)must now befn foo(_: ...)so that the Rust compiler team can do good things. (#342)
#[binrw::parser] and #[binrw::writer] helper functions now requires a field name (i.e. fn foo(...) must now be fn foo(_: ...) so that the Rust compiler team can do good things. (#342)