Skip to main content

Module vfs

Module vfs 

Source

Structs§

DirEntry
An entry returned by readdir.
GlobOptions
Options that modify glob expansion behavior.
InMemoryFs
A fully in-memory filesystem implementation.
Metadata
Metadata for a filesystem node.
MountableFs
A composite filesystem that delegates to mounted backends via longest-prefix matching.
OverlayFs
A copy-on-write filesystem: reads from a real directory, writes to memory.
ReadWriteFs
A passthrough filesystem backed by std::fs.

Enums§

FsNode
In-memory representation of a filesystem node.
NodeType
The type of a filesystem node (without content).

Traits§

VirtualFs
Trait abstracting all filesystem operations.