Files
rust/library/std/src
Matthias Krüger 09350d2cf0 Rollup merge of #93976 - SUPERCILEX:separator_str, r=yaahc
Add MAIN_SEPARATOR_STR

Currently, if someone needs access to the path separator as a str, they need to go through this mess:

```rust
unsafe {
    std::str::from_utf8_unchecked(slice::from_ref(&(MAIN_SEPARATOR as u8)))
}
```

This PR just re-exports an existing path separator str API.
2022-02-17 23:00:58 +01:00
..
2022-01-07 13:59:27 -08:00
2021-10-25 22:44:41 -05:00
2022-01-29 16:37:21 -05:00
2022-02-10 23:49:27 +09:00
2021-02-06 13:05:56 +01:00
2022-02-10 18:26:12 -08:00
2022-01-28 15:01:07 +01:00
2022-01-28 15:01:07 +01:00
2021-05-19 15:52:09 +02:00
2021-10-25 22:44:41 -05:00
2021-10-25 22:44:41 -05:00
2022-01-06 14:59:33 +00:00
2022-02-13 01:06:36 +01:00