Crates.io | hrpc |
lib.rs | hrpc |
version | 0.33.29 |
source | src |
created_at | 2021-02-06 02:59:20.024792 |
updated_at | 2022-04-30 14:35:36.712174 |
description | Common code for hRPC. |
homepage | https://github.com/harmony-development/hrpc-rs |
repository | https://github.com/harmony-development/hrpc-rs |
max_upload_size | |
id | 351394 |
size | 218,840 |
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:
hyper
client and server for use on native platforms