Expand description
A filesystem abstraction for discovering and opening Vortex files.
FileSystem provides a storage-agnostic interface for listing files under a prefix
and opening them for reading. Implementations can target local filesystems, object stores,
or any other storage backend.
Structs§
- File
Listing - A file discovered during listing, with its path and optional size in bytes.
Traits§
- File
System - A storage-agnostic filesystem interface for discovering and reading Vortex files.
Type Aliases§
- File
System Ref - A reference-counted handle to a file system.