[][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

Ancestorsunstable

An iterator over Path and its ancestors.

Componentsunstable

An iterator over the Components of a Path.

Displayunstable

Helper struct for safely printing paths with format! and {}.

Iterunstable

An iterator over the Components of a Path, as OsStr slices.

PrefixComponentunstable

A structure wrapping a Windows path prefix as well as its unparsed string representation.

StripPrefixErrorunstable

An error returned from Path::strip_prefix if the prefix was not found.

Enums

Componentunstable

A single component of a path.

Prefixunstable

Windows path prefixes, e.g., C: or \\server\share.

Constants

MAIN_SEPARATORunstable

The primary separator of path components for the current platform.

Functions

is_separatorunstable

Determines whether the character is one of the permitted path separators for the current platform.