Module dir

Module dir 

Source
Available on crate feature dir only.
Expand description

Directory traversal on local filesystems. Currently Unix-only. Gated behind the dir feature.

Structsยง

FsDir
A base directory for local filesystem traversal.
FsDirBuilder
A builder for a FsDir.
Node
An opened path (aka inode on Unix) as returned by FsDir::open.