mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 12:25:31 +00:00
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?