Expand description
Structs§
- Iter
Path std
- 🔄
std
An iterator over the Components of a Path. - Path
std
std
A slice of a path (akin tostr
). - PathBuf
std
std
An owned, mutable path (akin toString
). - Path
Display std
std
Wraps a Windows path prefix as well as its unparsed string representation.
Enums§
std
A single component of a path.- Path
Prefix std
std
Windows path prefixes, e.g.,C:
or\\server\share.
Traits§
- ExtPath
std
Extension trait providing additional methods for paths.
Functions§
- crate_
root std
Returns an absolutePathBuf
, relative to thecrate
’s root. - Like
crate_root
but returns aString
.