bytemuck/derive
Gray Olson 1652a2dcd2
Support unions in derive macros (#94)
* allow deriving traits on unions in some cases

* basic union tests for nopadding and anybitpattern

* implement derives for unions for more traits

* remove Pod and AnyBitPattern derives for unions due to possible unsoundness
2022-03-29 20:01:48 -06:00
..
src Support unions in derive macros (#94) 2022-03-29 20:01:48 -06:00
tests Support unions in derive macros (#94) 2022-03-29 20:01:48 -06:00
Cargo.toml Add NoPadding, AnyBitPattern, and CheckedBitPattern traits (#91) 2022-03-29 17:01:02 -06:00
changelog.md Create changelog.md 2020-10-21 14:19:13 -06:00
LICENSE-APACHE Include LICENSE files in published bytemuck_derive crates (#47) 2020-11-27 08:31:40 -07:00
LICENSE-MIT Include LICENSE files in published bytemuck_derive crates (#47) 2020-11-27 08:31:40 -07:00
LICENSE-ZLIB Include LICENSE files in published bytemuck_derive crates (#47) 2020-11-27 08:31:40 -07:00
README.md bytemuck_derive: readme 2020-08-20 19:46:22 -06:00

bytemuck_derive

Derive macros for bytemuck traits.