noether-store 0.4.0

Noether stage store: immutable content-addressed registry of stages with lifecycle management
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod async_traits;
mod file;
mod lifecycle;
mod memory;
mod traits;

pub use async_traits::AsyncStageStore;
pub use file::JsonFileStore;
pub use lifecycle::validate_transition;
pub use memory::MemoryStore;
pub use traits::{StageStore, StoreError, StoreStats};