Crate ninja_files2
source ·Modules§
Structs§
- A possible error value while converting a
PathBuf
to aUtf8PathBuf
. - Iterator over the entries in a directory.
- An iterator over
Utf8Path
and its ancestors. - An iterator over the
Utf8Component
s of aUtf8Path
. - Entries returned by the
ReadDirUtf8
iterator. - A slice of a UTF-8 path (akin to
str
). - An owned, mutable UTF-8 path (akin to
String
). - A structure wrapping a Windows path prefix as well as its unparsed string representation.
Enums§
- A single component of a path.
- Windows path prefixes, e.g.,
C:
or\\server\share
.