orbit-rs 0.1.0

Fleet-aware shared-memory rings over POSIX shared memory.
Documentation
1
2
3
4
5
6
//! Small coordination primitives built on Orbit rings.
//!
//! These primitives do not own application policy. They provide
//! reusable fleet-visible shapes over the append-log substrate.

pub mod guard;