azoth-core 0.2.5

Core traits and types for the Azoth embedded database
Documentation
1
2
3
4
5
6
7
8
9
pub mod canonical;
pub mod event;
pub mod projection;

pub use canonical::{
    CanonicalReadTxn, CanonicalStore, CanonicalTxn, EventIter, PreflightResult, StateIter,
};
pub use event::{DecodedEvent, EventApplier, EventDecoder};
pub use projection::{ProjectionStore, ProjectionTxn};