[−][src]Module async_std::path
This is supported on
unstable only.Cross-platform path manipulation.
This module is an async version of std::path.
Structs
| Ancestors | unstableAn iterator over |
| Components | unstable
|
| Display | unstableHelper struct for safely printing paths with |
| Iter | unstable
|
| PrefixComponent | unstableA structure wrapping a Windows path prefix as well as its unparsed string representation. |
| StripPrefixError | unstableAn error returned from |
Enums
| Component | unstableA single component of a path. |
| Prefix | unstableWindows path prefixes, e.g., |
Constants
| MAIN_SEPARATOR | unstableThe primary separator of path components for the current platform. |
Functions
| is_separator | unstableDetermines whether the character is one of the permitted path separators for the current platform. |