mirror of
https://github.com/logos-co/Overwatch.git
synced 2025-01-18 18:42:35 +00:00
d6cc851ee6
* use &self for connect function * more &mut self to &self * error handle * add DynError * remove except, return error * add error handle for ServiceState trait
Overwatch
Overwatch is a framework to easily construct applications that requires of several independent parts that needs communication between them. Everything is self-contained, and it matches somewhat the advantages of microservices.
Overwatch derive
This crate contains the derive utilities for Overwatch