Skip to main content

Crate fskit

Crate fskit 

Source

Modules§

cache
Caching wrappers for byte-range readers.

Structs§

VfsTree
Read-only virtual filesystem tree backed by a HashMap.
VfsTreeBuilder
Builder for constructing a VfsTree.

Enums§

VfsEntry
A node in the virtual filesystem tree.

Traits§

AsyncReadAt
Async counterpart of ReadAt.
Metadata
Metadata for a VFS entry. Implement on your metadata type F so VfsTree can produce VfsMetadata automatically.
ReadAt
Synchronous byte-range read from a backing data source.

Functions§

system_time_from_unix