mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 17:26:57 +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?