Expand description

Utilities for interacting with the native key-value storage.

Re-exports

pub use namespace::*;

Modules

Macros

Because Rust can’t yet genericize over mutability, this macro can be used to implement the same readonly methods twice - once for &S and for &mut S.

Structs

Stores items in a way that allows for iterating over them.

Traits

Trait for actor that operates in a context with readonly access to the storage.

Trait for actor that operates in a context with mutable storage

Functions

Concatenate a namespace and a key to get a namespaced key.

Load something from the storage.

Load the value of a namespaced key.

Remove the value of a namespaced key from the storage.

Save something to the storage under a namespaced key.

Remove something from the storage.

Save something to the storage.