astra-core 0.1.0

Core datastore engine, Raft state machine, and control-plane semantics for Astra
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod config;
pub mod errors;
pub mod hal;
pub mod io_budget;
pub mod memory;
pub mod metrics;
pub mod raft;
pub mod store;
pub mod tiering;
pub mod wal;
pub mod watch;