bytemuck/derive
C. K. Young 8391afa876
Make AnyBitPattern derive work for generic structs (#101)
* Allow generic structs to use `AnyBitPattern` derive.

* Attempt to nudge the CI into retrying.
2023-03-23 18:22:56 -06:00
..
src Switch to syn 2.0 (#183) 2023-03-21 13:52:18 -06:00
tests Make AnyBitPattern derive work for generic structs (#101) 2023-03-23 18:22:56 -06:00
Cargo.toml chore: Release bytemuck_derive version 1.4.1 2023-03-23 15:40:54 -06:00
changelog.md changelog 2023-03-23 15:21:33 -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.