eventsourcing 0.1.2

Event Sourcing for Rust
Documentation
1
2
3
4
//! Standard prelude for eventsourcing applications
pub use super::cloudevents::CloudEvent;
pub use super::{Aggregate, AggregateState, Dispatcher, Event, Kind};
pub use crate::eventstore::EventStore;