Module local

Source
Expand description

Module for local storage implementation.

Structs§

LocalStore
Wrapper for the local store, enabling shared ownership.
LocalStoreConfig
Configuration for LocalStore.
LocalStoreDirectory
Representation of a directory in the local store.
LocalStoreDirectoryReader
Reader for streaming entries from a local store directory.
LocalStoreFile
Representation of a file in the local store.
LocalStoreFileMetadata
Metadata associated with a file in the local store (size, created, modified timestamps).
LocalStoreFileReader
Reader for asynchronously reading the contents of a file in the local store.
LocalStoreFileWriter

Type Aliases§

LocalStoreEntry
Type alias for entries in the local store, which can be files or directories.