rust/library/alloc
bors f75d884046 Auto merge of #96078 - udoprog:refcounted-str-to-u8, r=dtolnay
Implement str to [u8] conversion for refcounted containers

This seems motivated to complete the APIs for shared containers since we already have similar allocation-free conversions for strings like `From<Box<[u8]>> for Box<str>`.

Insta-stable since it's a new trait impl?
2022-05-01 06:41:59 +00:00
..
benches Add VecDeque::extend benchmark 2022-04-27 21:10:20 +02:00
src Auto merge of #96078 - udoprog:refcounted-str-to-u8, r=dtolnay 2022-05-01 06:41:59 +00:00
tests Remove use of reverted std::ffi::c_char 2022-04-27 14:01:04 -07:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00