bytemuck/src
Gray Olson e612031c1f
Add try_zeroed_vec and zeroed_vec (#117)
* add `try_zeroed_vec` and `zeroed_vec`, adjust impl of `try_zeroed_slice_box`

* go back to returning an error rather than calling handle_alloc_error

* use boxed slice .into_vec instead :)
2022-07-07 08:54:34 -06:00
..
allocation.rs Add try_zeroed_vec and zeroed_vec (#117) 2022-07-07 08:54:34 -06:00
anybitpattern.rs Note on shared references to Pod-like types (#106) 2022-05-19 11:47:54 -06:00
checked.rs rename NoPadding to NoUninit and clarify docs (#95) 2022-03-29 21:25:51 -06:00
contiguous.rs Replace unsound usage of transmute_copy (#72) 2021-07-22 23:12:56 -06:00
internal.rs Add NoPadding, AnyBitPattern, and CheckedBitPattern traits (#91) 2022-03-29 17:01:02 -06:00
lib.rs Move the FooInOption traits into their own files for easier organization. 2022-07-02 15:21:11 -06:00
no_uninit.rs implement NoUninit for NonZero* (#107) 2022-06-06 13:20:34 -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 Move the FooInOption traits into their own files for easier organization. 2022-07-02 15:21:11 -06:00
transparent.rs Replace unsound usage of transmute_copy (#72) 2021-07-22 23:12:56 -06:00
zeroable_in_option.rs move this little guy where he goes 2022-07-02 15:30:08 -06:00
zeroable.rs move this little guy where he goes 2022-07-02 15:30:08 -06:00