bytemuck/derive
Tom Dohrmann 2c97676bfc
support deriving Pod for packed generic types. (#123)
* improve `#[repr]` parsing

* allow deriving `Pod` for packed generic types

* Revert "Update Cargo.toml"

This reverts commit 6632bcef2c.
2022-08-07 14:32:00 -06:00
..
src support deriving Pod for packed generic types. (#123) 2022-08-07 14:32:00 -06:00
tests support deriving Pod for packed generic types. (#123) 2022-08-07 14:32:00 -06:00
Cargo.toml derive version bump. 2022-07-18 19:27:55 -06:00
changelog.md derive version bump. 2022-07-18 19:27:55 -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.