Skip to main content

Module sync

Module sync 

Source
Expand description

Synchronous storage backend implementations

This module provides synchronous variants of the storage backends for use cases that don’t require async functionality.

Structs§

MemoryStorageBackend
In-memory synchronous storage backend for simple use cases
SyncSqliteBackend
Synchronous SQLite backend implementation

Traits§

SyncStorageBackend
Synchronous storage backend trait