Skip to main content

Crate rustvello_mem

Crate rustvello_mem 

Source
Expand description

In-memory backend implementations for Rustvello.

These implementations store everything in process memory and are suitable for testing and development. They are not distributed and not persistent.

Modulesยง

broker
client_data_store
In-memory ClientDataStore backend.
orchestrator
prelude
state_backend
trigger
In-memory trigger store implementation.