hrpc

Crates.iohrpc
lib.rshrpc
version0.33.29
sourcesrc
created_at2021-02-06 02:59:20.024792
updated_at2022-04-30 14:35:36.712174
descriptionCommon code for hRPC.
homepagehttps://github.com/harmony-development/hrpc-rs
repositoryhttps://github.com/harmony-development/hrpc-rs
max_upload_size
id351394
size218,840
dusk (yusdacra)

documentation

README

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)
Commit count: 565

cargo fmt