Skip to main contentModule vfs
Source - 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.
- FsNode
- In-memory representation of a filesystem node.
- NodeType
- The type of a filesystem node (without content).
- VirtualFs
- Trait abstracting all filesystem operations.