bytemuck/.gitignore
zachs18 1039388f0b
Fix soundness issue of TransparentWrapper derive macro. (#173)
Uses the compiler to check that all non-wrapped fields are actually 1-ZSTs,
and uses Zeroable to check that all non-wrapped fields are "conjurable".

Additionally, relaxes the bound of `PhantomData<T: Zeroable>: Zeroable` to all `T: ?Sized`.
2023-02-17 12:24:16 -07:00

11 lines
123 B
Plaintext

Cargo.lock
/target/
/.vscode/
# These are backup files generated by rustfmt
**/*.rs.bk
/derive/target/
/derive/.vscode/