tsuzuri 0.1.285

Tsuzuri is a Event Sourcing framework for Rust, designed to be simple and easy to use.
Documentation
1
2
3
4
5
6
7
pub mod adapter;
pub mod error;
pub mod processor;

pub use adapter::*;
pub use error::*;
pub use processor::*;