8 breaking releases
| 0.33.0 | Dec 3, 2021 |
|---|---|
| 0.31.0 | Nov 27, 2021 |
#10 in #harmony
Used in 2 crates
(via hrpc)
3KB
hrpc-rs
This repo contains an implementation of hRPC in Rust:
crates/hrpccontains generic server / client code and transports,crates/hrpc-buildis contains codegen code that generates client or server code,examples/interopis used to test the implementation against itself and other servers.examplescontains commented examples.- To run an example's server:
cargo run --package example_name --bin server - To run an example's client:
cargo run --package example_name --bin client
- To run an example's server:
Getting started
Check out the chat example!
lib.rs:
Utility proc macros for hrpc.