Module storage

Module storage 

Source
Expand description

Storage backend abstraction

Defines the StorageBackend trait and implementations for different storage systems:

  • FileSystemStorageBackend: Native file system (for native apps)
  • BrowserStorageBackend: Browser storage APIs (for WASM apps)
  • ApiStorageBackend: HTTP API (for online mode, default)

Modules§

api
API storage backend

Enums§

StorageError
Error type for storage operations

Traits§

StorageBackend
Trait for storage backends