Module std::path::posixExperimental
[-]
[+]
[src]
POSIX file path handling
Structs
| Path | Represents a POSIX file path |
Constants
| SEP | The standard path separator character |
| SEP_BYTE | 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> |