Crate paved

Crate paved 

Source

Structs§

PavedPath
A platform agnostic path representation.

Enums§

PathPrefix
Specification for Windows path prefixes, only useful for Windows paths
PathType
Specifies the type of path this is, either absolute or relative
PavedAbsolutizeError
PlatformStyle
The output style for a path, this is used to choose a representation when building a path, unused internally. AsRef<PathBuf> on PavedPath will always return the platform native option depending on the platform the binary was built for.

Constants§

CURRENT_PATH_SEPARATOR
The path separator used on the target platform of the binary, decided at compile-time
UNIX_PATH_SEPARATOR
The path separator used on Unix-like systems
WINDOWS_PATH_SEPARATOR
The path separator used on Windows systems