exoware-simulator 2026.4.1

Simulate the Exoware API.
Documentation
1
2
3
4
5
6
7
8
//! In-process store API simulator (naive RocksDB).

pub mod rocks;
pub mod server;

pub use exoware_server::{connect_stack, AppState, StoreEngine};
pub use rocks::RocksStore;
pub use server::{run, spawn_for_test, CMD, RUN_CMD};