bytemuck/derive
zachs18 9a27279008
Allow generics in derive(ByteEq, ByteHash). (#219)
Note that the ergonomics are still not great, since `NoUninit` is also required to use `derive(ByteEq, ByteHash)`, and `derive(NoUninit)` doesn't support generics,
but that *explicitly* doesn't support generics, instead of silently ignoring generics like `derive(ByteEq, ByteHash)` used to, so this is strictly an improvement.
2024-05-28 11:52:54 -06:00
..
src Allow generics in derive(ByteEq, ByteHash). (#219) 2024-05-28 11:52:54 -06:00
tests Added custom crate path with tests (#209) 2023-10-19 23:02:54 -06:00
Cargo.toml chore: Release bytemuck_derive version 1.6.1 2024-05-24 11:54:29 -06:00
changelog.md move the changes to the correct changelog. 2024-03-12 23:15:07 -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 docs. 2023-09-05 15:06:36 -06:00

bytemuck_derive

Derive macros for bytemuck traits.

MSRV: None!

This is an opt-in bonus feature for bytemuck that doesn't particularly do anything you couldn't do yourself, and so MSRV is not a strong consideration for this crate.