Skip to main content

Crate neuron_state_memory

Crate neuron_state_memory 

Source
Expand description

In-memory implementation of layer0’s StateStore trait.

Uses a HashMap behind a RwLock for concurrent access. Scopes are serialized to strings for use as key prefixes, providing full scope isolation. Search always returns empty (no semantic search support in the in-memory backend).

Structs§

MemoryStore
In-memory state store backed by a HashMap behind a RwLock.