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§
- Storage
Error - Error type for storage operations
Traits§
- Storage
Backend - Trait for storage backends