Expand description
Thin wrappers around [camino::path
], distinguishing between absolute and
relative paths.
Structs§
- Wrapper around an absolute
Utf8Path
. - A
Utf8PathBuf
that is guaranteed to be absolute. - Wrapper around a relative
Utf8Path
. - Wrapper around a relative
Utf8PathBuf
. - An iterator over the
Utf8Component
s of aUtf8Path
. - A slice of a UTF-8 path (akin to
str
). - An owned, mutable UTF-8 path (akin to
String
).
Enums§
- A single component of a path.
- Windows path prefixes, e.g.,
C:
or\\server\share
.