bytemuck/src
zachs18 a888e5f2c0
Convert BoxBytes to/from boxed slices (#228)
* Allow converting BoxBytes to/from boxed slices of NoUninit, and from Box<str>.

* Implement From<Box<T>> for BoxBytes generically

* Minor cleanup
2024-03-12 23:00:32 -06:00
..
allocation.rs Convert BoxBytes to/from boxed slices (#228) 2024-03-12 23:00:32 -06:00
anybitpattern.rs Fix typo in AnyBitPattern docs (#221) 2024-01-24 19:58:00 -07:00
checked.rs Explicitly document that pod_read_unaligned and try_pod_read_unaligned don't panic on unallowed reads (#220) 2024-01-24 17:30:59 -07:00
contiguous.rs Replace unsound usage of transmute_copy (#72) 2021-07-22 23:12:56 -06:00
internal.rs Create align_offset feature so that we can continue to work on 1.34 2023-09-05 14:08:36 -06:00
lib.rs Under features = ["nightly_stdsimd"], only enable stdarch_x86_avx512 feature on x86 or x86_64 targets. (#225) 2024-02-07 17:45:17 -07:00
must.rs must_cast: fix test failures and fmt. (#194) 2023-06-15 09:54:23 -06: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 Have cfgs as part of the input to impl_unsafe_marker_for_simd (#207) 2023-09-05 14:01:02 -06:00
transparent.rs Fix soundness issue of TransparentWrapper derive macro. (#173) 2023-02-17 12:24:16 -07:00
zeroable_in_option.rs improve documentation for optional features (#203) 2023-09-05 13:39:41 -06:00
zeroable.rs Have cfgs as part of the input to impl_unsafe_marker_for_simd (#207) 2023-09-05 14:01:02 -06:00