eventmill
![Latest Release]
![Documentation]
![License]
![Rustc Support 1.31+]
![Build Status]
Event sourcing and CQRS for Rust applications
very much work in progress!
toml
[dependencies]
eventmill = "0.1"
TODO
- [X] define basic abstractions and API
- [X] provide a first example on how it looks like to use the API
- [ ] make more examples to polish the API
- [ ] write rust-doc for the API
- [ ] support async/await or switch to async as the only option
- [ ] consider providing default implementations for eventstores and other building blocks
- [ ] ...