rust/library/std/src/ffi
Matthias Krüger 0877d11e8d
Rollup merge of #113442 - epage:osstring, r=cuviper
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.
2023-07-22 11:48:53 +02:00
..
os_str Implement [OsStr]::join 2022-05-09 22:11:25 +02:00
mod.rs Allow access to OsStr bytes 2023-03-27 22:29:44 -05:00
os_str.rs Rollup merge of #113442 - epage:osstring, r=cuviper 2023-07-22 11:48:53 +02:00