Files
rust/library/alloc/src
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
..
2022-04-05 23:18:40 +02:00
2022-04-06 01:36:46 +05:30
2022-04-05 23:18:40 +02:00
2022-04-09 09:27:32 -04:00
2022-04-30 23:40:35 -07:00