rust/library/std
Yuki Okushi 1176d306cd
Rollup merge of #86509 - CDirkx:os_str, r=m-ou-se
Move `os_str_bytes` to `sys::unix`

Followup to #84967, with `OsStrExt` and `OsStringExt` moved out of `sys_common`, there is no reason anymore for `os_str_bytes` to live in `sys_common` and not in sys. This pr moves it to the location `sys::unix::os_str` and reuses the code on other platforms via `#[path]` (as is common in `sys`) instead of importing.
2021-08-02 11:03:20 +09:00
..
benches
src Rollup merge of #86509 - CDirkx:os_str, r=m-ou-se 2021-08-02 11:03:20 +09:00
tests
build.rs
Cargo.toml macos current_exe using directly libc instead. 2021-07-25 06:02:07 +01:00