1 2 3 4 5
# hrpc This crate contains (generic) server and client implementations for hRPC. It mainly utilizes `hyper`, `tower` and `tower-http`. It implements it's own router for routing the requests on server.