Crate mekena_state

Source
Expand description

Strongly-typed, very fast, asynchronous state.

Stores state as a DashMap<dyn Any + Send + Sync>, but uses downcast to ensure safe typing.

Structsยง

StateManager