Modules§
- cache
- Caching wrappers for byte-range readers.
Structs§
- VfsTree
- Read-only virtual filesystem tree backed by a
HashMap. - VfsTree
Builder - Builder for constructing a
VfsTree.
Enums§
- VfsEntry
- A node in the virtual filesystem tree.
Traits§
- Async
Read At - Async counterpart of
ReadAt. - Metadata
- Metadata for a VFS entry. Implement on your metadata type
FsoVfsTreecan produceVfsMetadataautomatically. - ReadAt
- Synchronous byte-range read from a backing data source.