mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 22:34:19 +00:00
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.