mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 21:16:27 +03:00
0877d11e8d
Allow limited access to `OsString` bytes This extends #109698 to allow no-cost conversion between `Vec<u8>` and `OsString` as suggested in feedback from `os_str_bytes` crate in #111544.