rust/library/core
Simon Sapin c0e3a1b096 Add to_raw_parts methods to *const, *mut, and NonNull
These are not named `into_` because they do not consume their receiver
since raw pointers are `Copy`.
2021-02-15 14:27:33 +01:00
..
benches Add more benchmarks 2021-01-08 09:50:35 +00:00
src Add to_raw_parts methods to *const, *mut, and NonNull 2021-02-15 14:27:33 +01:00
tests Add ptr::from_raw_parts, ptr::from_raw_parts_mut, and NonNull::from_raw_parts 2021-02-15 14:27:31 +01:00
Cargo.toml mv std libs to library/ 2020-07-27 19:51:13 -05:00