Module std::old_path::posixUnstable [-] [+] [src]

POSIX file path handling

Structs

ParsePathError

Valuelue indicating that a path could not be parsed from a string.

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>