bytemuck/src
zachs18 b38d7d0e21
Have cfgs as part of the input to impl_unsafe_marker_for_simd (#207)
... so that the macro can correctly expand with `doc(cfg(...))` attributes under `feature = "nightly_docs"`.
2023-09-05 14:01:02 -06:00
..
allocation.rs Add missing ?Sized for TransparentWrapperAlloc extension trait (#185) 2023-06-06 15:48:41 -06:00
anybitpattern.rs improve documentation for optional features (#203) 2023-09-05 13:39:41 -06:00
checked.rs improve documentation for optional features (#203) 2023-09-05 13:39:41 -06: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 Have cfgs as part of the input to impl_unsafe_marker_for_simd (#207) 2023-09-05 14:01:02 -06: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