Module no_std_compat2::path
source · Available on non-crate feature
std only.Structs
- An iterator over
Pathand its ancestors. - A slice of a path (akin to
str). - PathBuf
allocAn owned, mutable path (akin toString). - An error returned from
Path::strip_prefixif the prefix was not found.
Enums
- A single component of a path.
Constants
- The separator of path components for Unix,
/.
Functions
- Determines whether the character is the permitted path separator for Unix,
/.