Expand description
Module for local storage implementation.
Structs§
- Local
Store - Wrapper for the local store, enabling shared ownership.
- Local
Store Config - Configuration for
LocalStore
. - Local
Store Directory - Representation of a directory in the local store.
- Local
Store Directory Reader - Reader for streaming entries from a local store directory.
- Local
Store File - Representation of a file in the local store.
- Local
Store File Metadata - Metadata associated with a file in the local store (size, created, modified timestamps).
- Local
Store File Reader - Reader for asynchronously reading the contents of a file in the local store.
- Local
Store File Writer
Type Aliases§
- Local
Store Entry - Type alias for entries in the local store, which can be files or directories.