cq-rs / cqrs

An event-sourced command-query system for Rust
39 stars 9 forks source link

MAV-439: Write a CQRS reactor shell #5

Closed Faro808 closed 5 years ago

Faro808 commented 5 years ago

Lots of unit testing, including error generation; no more production code calls to unwrap.

neoeinstein commented 5 years ago

Sorry for the delay getting to reviewing this. I've added comments for some improvements that we can make. We also will want to add documentation to all of the public things, though we can do that after a merge.