Enums§
- Store
Mode - Is this store sync or async?
- Store
Realm - Storage realm, where a store exists.
Statics§
- API
- FFI API
Functions§
- async_
get - Get the value of a key, for a store opened in
StoreMode::Asyncmode. - async_
get_ ready - Attempts to read the value requested by a previous
async_getcall. - immediate_
get - Get the value of a key, for a store opened in
StoreMode::Syncmode. - immediate_
insert - Set a key value in a store
- immediate_
list - Get list of all keys in a single byte buffer
- immediate_
remove - Remove key value in a store
- storage__
async_ ⚠get - Get the value of a key, for a store opened in
StoreMode::Asyncmode. - storage__
async_ ⚠get_ ready - Attempts to read the value requested by a previous
async_getcall. - storage__
immediate_ ⚠get - Get the value of a key, for a store opened in
StoreMode::Syncmode. - storage__
immediate_ ⚠insert - Set a key value in a store
- storage__
immediate_ ⚠list - Get list of all keys in a single byte buffer
- storage__
immediate_ ⚠remove - Remove key value in a store
- storage__
store_ ⚠close - Close a store
- storage__
store_ ⚠open - Open a store and make it available for the module
- storage__
store_ ⚠open2 - Open a store and make it available for the module
- storage__
store_ ⚠open3 - Open a store and make it available for the module
- store_
close - Close a store
- store_
open - Open a store and make it available for the module
- store_
open2 - Open a store and make it available for the module
- store_
open3 - Open a store and make it available for the module
Type Aliases§
- Async
GetHandle - Handle to a async get operation on a store
- Store
Handle - Handle to a store