Overwatch/overwatch-derive
Al Liu 1d36a024ef
Fix missing generics on impl block (#26)
* fix missing generics on impl block
2023-10-05 22:37:54 +08:00
..
2022-11-16 14:15:58 +01:00
2022-10-20 12:10:33 +02:00
2022-11-16 14:15:58 +01:00

Overwatch

github crates.io docs.rs build status

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