manager_handlers 0.4.99989

This crate represents the implementation of manager capable of creating a microservice which has multiple handlers, which can be accesed via http from outside. Each handler can use the other ones via a bus to process the request. The handlers can have a number of replicas
Documentation
1
2
3
4
5
#![doc = include_str!("../README.md")]
pub mod manager;
pub mod multibus;
pub mod pub_sub;
mod routes;