mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 22:05:31 +03:00
92c43dba50
Adds a platform-specific function, `split_paths` to the `os` module. This function can be used to parse PATH-like environment variables according to local platform conventions. Closes #14352.