Structsยง
- DirBuilder
std stdA builder used to create directories in various manners.- DirEntry
std stdEntries returned by the ReadDir iterator.- File
std stdAn object providing access to an open file on the filesystem.- File
Metadata std stdMetadata information about a file.- File
Open Options std stdOptions and flags which can be used to configure how a file is opened.- File
Permissions std stdRepresentation of the various permissions on a file.- File
Times std stdRepresentation of the various timestamps on a file.- File
Type std stdRepresents 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 - ๐
stdIterator over the entries in a directory. - Iter
Path std - ๐
stdAn iterator over theIterPathComponentsof aPath, asOsStrslices. - Iter
Path Ancestors std - ๐
stdAn iterator overPathand its ancestors. - Iter
Path Components std - ๐
stdAn iterator over the Components of a Path. - Path
std stdA slice of a path (akin tostr).- PathBuf
std stdAn owned, mutable path (akin toString).- Path
Display std stdHelper struct for safely printing paths withformat!and{}.- Path
Prefix Component std stdWraps a Windows path prefix as well as its unparsed string representation.- Path
Strip Prefix Error std - ๐ฉ
stdAn error returned fromPath::strip_prefixif the prefix was not found.
Enumsยง
- Path
Component std stdA single component of a path.- Path
Prefix std stdWindows path prefixes, e.g.,C:or\\server\share.