hrpc 0.33.26

Common code for hRPC.
Documentation
1
2
3
4
5
6
7
8
9
10
# 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
    - `hyper` client and server for use on native platforms
    - WASM client for use on web
+ Mock client and server (see examples for usage)