bytemuck/derive
John Nunley 518baf9c0b
Allow repr(transparent) to be used generically in derive(Pod) (#139)
* Enabled transparent generics

* Move trait checks to implementation block

* Replace add_trait_marker impl
2022-11-03 07:53:01 -06:00
..
src Allow repr(transparent) to be used generically in derive(Pod) (#139) 2022-11-03 07:53:01 -06:00
tests Allow repr(transparent) to be used generically in derive(Pod) (#139) 2022-11-03 07:53:01 -06:00
Cargo.toml (cargo-release) version 1.2.1 2022-08-16 21:01:26 -06:00
changelog.md derive changlog. 2022-08-16 21:00:48 -06:00
LICENSE-APACHE Replace LICENCES-* symlinks with a licence copy. (#118) 2022-07-13 06:53:17 -06:00
LICENSE-MIT Replace LICENCES-* symlinks with a licence copy. (#118) 2022-07-13 06:53:17 -06:00
LICENSE-ZLIB Replace LICENCES-* symlinks with a licence copy. (#118) 2022-07-13 06:53:17 -06:00
README.md bytemuck_derive: readme 2020-08-20 19:46:22 -06:00

bytemuck_derive

Derive macros for bytemuck traits.