rust/library/alloc
Nicholas Nethercote dbfb91385f Add a unit test for zero-sized types in RawVec.
Because there's some subtle behaviour specific to zero-sized types and
it's currently not well tested.
2021-11-26 19:30:45 +11:00
..
benches Add #[must_use] to remaining alloc functions 2021-10-15 11:46:49 -04:00
src Add a unit test for zero-sized types in RawVec. 2021-11-26 19:30:45 +11:00
tests Make slice->str conversion and related functions const 2021-11-18 00:50:42 +03:00
Cargo.toml