bytemuck/src
2023-01-29 16:41:40 -07:00
..
allocation.rs Simplify try_zeroed_box and try_zeroed_slice_box (#162) 2023-01-19 13:33:27 -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 Refactor simd impls. (#156) 2022-12-18 13:44:25 -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 Replace unsound usage of transmute_copy (#72) 2021-07-22 23:12:56 -06:00
zeroable_in_option.rs Add more Zeroable and ZeroableInOption impls (#158) 2023-01-19 10:03:41 -07:00
zeroable.rs Add more Zeroable and ZeroableInOption impls (#158) 2023-01-19 10:03:41 -07:00