v0.11.1
0.11.1 (2020-11-07)
- Allow non-overlapping
#[skip(getters)]
and#[skip(setters)]
attributes. This might be useful for conditional compilation. - Fixed a bug with
#[skip]
skipped fields not properly bumping the bit offset - Fixed a minor bug where duplicate
#[skip]
attributes would yield a confusing error.