mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
f75d884046
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?