eventmill 0.1.0

Event sourcing and CQRS for Rust applications
Documentation

eventmill  

Latest Release Documentation License Rustc Support 1.31+ Build Status

Event sourcing and CQRS for Rust applications

very much work in progress!

[dependencies]
eventmill = "0.1"    

TODO

  • define basic abstractions and API
  • 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
  • ...