Structs§
- DirBuilder
std
std
A builder used to create directories in various manners.- DirEntry
std
std
Entries returned by the ReadDir iterator.- File
std
std
An object providing access to an open file on the filesystem.- File
Metadata std
std
Metadata information about a file.- File
Open Options std
std
Options and flags which can be used to configure how a file is opened.- File
Permissions std
std
Representation of the various permissions on a file.- File
Times std
std
Representation of the various timestamps on a file.- File
Type std
std
Represents a type of file with accessors for each file type.- Fs
std
- 🌐 Filesystem-related operations.
- FsPath
std
- 🌐
A more featureful wrapper over
PathBuf
. - Iter
DirRead std
- 🔄
std
Iterator over the entries in a directory. - Iter
Path std
- 🔄
std
An iterator over theIterPathComponents
of aPath
, asOsStr
slices. - Iter
Path Ancestors std
- 🔄
std
An iterator overPath
and its ancestors. - Iter
Path Components 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
Helper struct for safely printing paths withformat!
and{}
.- Path
Prefix Component std
std
Wraps a Windows path prefix as well as its unparsed string representation.- Path
Strip Prefix Error std
- 🚩
std
An error returned fromPath::strip_prefix
if the prefix was not found.
Enums§
- Path
Component std
std
A single component of a path.- Path
Prefix std
std
Windows path prefixes, e.g.,C:
or\\server\share.