![Latest Release] ![Documentation] ![License] ![Rustc Support 1.39+] ![Build Status]
Event sourcing and CQRS for Rust applications
very much work in progress!
toml
[dependencies]
eventmill = "0.2"
to use the derive
macros from the eventmill-derive
crate activate the derive
feature:
toml
[dependencies]
eventmill = { version = "0.2", features = ["derive"] }