bytemuck/derive
Lokathor c9540064f3
Fix the errors CI is showing (#247)
* Change #![allow(clippy::missing_docs_in_private_items)] to #[allow(clippy::missing_docs_in_private_items)], also rustfmt went wild

* fix for 1.34 building.

* clippy be quiet
2024-05-28 12:22:59 -06:00
..
src Fix the errors CI is showing (#247) 2024-05-28 12:22:59 -06:00
tests support deriving Zeroable for fieldless enums (#233) 2024-05-28 11:53:32 -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.