Expand description
This module contains all the different types of storages.
For details on specific behavior, see the documentation of each storage.
Re-exports§
pub use local_storage::LocalStorage;
Modules§
- local_
storage - This module defines and implements in-memory, branch-local storage.
- shared_
storage - This module defines and implements in-memory, shared storage.