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