hrpc
This crate contains generic server and client implementations, and transports
for hRPC. It mainly utilizes tower. It uses matchit for routing on server.
Currently implemented transports are:
- HTTP
hyperclient and server for use on native platforms- WASM client for use on web
- Mock client and server (see examples for usage)