Skip to content

Version 0.15.1

Choose a tag to compare

@csnover csnover released this 22 Jul 23:23
· 26 commits to master since this release
v0.15.1
27e3535

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 be fn foo(_: ...) so that the Rust compiler team can do good things. (#342)