Skip to main content

Module filesystem

Module filesystem 

Source
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§

FileListing
A file discovered during listing, with its path and optional size in bytes.

Traits§

FileSystem
A storage-agnostic filesystem interface for discovering and reading Vortex files.

Type Aliases§

FileSystemRef
A reference-counted handle to a file system.