Module std::path::posix[src]
POSIX file path handling
Structs
| Path | Represents a POSIX file path |
Statics
pub static SEP: char = '/' |
The standard path separator character |
pub static SEP_BYTE: u8 = SEP as u8 |
The standard path separator byte |
Functions
| is_sep | Returns whether the given char is a path separator |
| is_sep_byte | Returns whether the given byte is a path separator |
Type Definitions
| Components | Iterator that yields successive components of a Path as &[u8] |
| StrComponents | Iterator that yields successive components of a Path as Option<&str> |