bytemuck/src
Lokathor 1b1b9a0e89
Fix 177 (#178)
* reduce required bounds.

* clippy get off my case

* spelling

* clippy lints on tests.
2023-02-28 13:29:34 -07:00
..
allocation.rs Fix 177 (#178) 2023-02-28 13:29:34 -07:00
anybitpattern.rs Implement AnyBitPattern for MaybeUninit<T> where T: AnyBitPattern. (#160) 2023-01-11 00:24:05 -07:00
checked.rs Fix a few typos (#169) 2023-01-29 16:41:40 -07:00
contiguous.rs Replace unsound usage of transmute_copy (#72) 2021-07-22 23:12:56 -06:00
internal.rs Allow repr(transparent) to be used generically in derive(Pod) (#139) 2022-11-03 07:53:01 -06:00
lib.rs Fix 177 (#178) 2023-02-28 13:29:34 -07:00
no_uninit.rs run cargo fmt (#120) 2022-07-24 09:27:49 -06:00
offset_of.rs [Feature] extend TransparentWrapper conversion functions (#58) 2021-03-28 23:11:13 -06:00
pod_in_option.rs improve docs 2022-07-02 15:29:48 -06:00
pod.rs Refactor simd impls. (#156) 2022-12-18 13:44:25 -07:00
transparent.rs Fix soundness issue of TransparentWrapper derive macro. (#173) 2023-02-17 12:24:16 -07:00
zeroable_in_option.rs Add more Zeroable and ZeroableInOption impls (#158) 2023-01-19 10:03:41 -07:00
zeroable.rs Fix soundness issue of TransparentWrapper derive macro. (#173) 2023-02-17 12:24:16 -07:00