8 breaking releases

0.33.0 Dec 3, 2021
0.31.0 Nov 27, 2021

#5 in #harmony

Download history 63/week @ 2023-02-15 11/week @ 2023-02-22 10/week @ 2023-03-01 16/week @ 2023-03-08 12/week @ 2023-03-15 6/week @ 2023-03-22 8/week @ 2023-03-29 7/week @ 2023-04-05 19/week @ 2023-04-12 2/week @ 2023-04-19 17/week @ 2023-04-26 18/week @ 2023-05-03 20/week @ 2023-05-10 7/week @ 2023-05-17 4/week @ 2023-05-24 28/week @ 2023-05-31

68 downloads per month
Used in 2 crates (via hrpc)

MIT license

2KB

crates.io release docs docs

hrpc-rs

This repo contains an implementation of hRPC in Rust:

  • crates/hrpc contains generic server / client code and transports,
  • crates/hrpc-build is contains codegen code that generates client or server code,
  • examples/interop is used to test the implementation against itself and other servers.
  • examples contains 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

Getting started

Check out the chat example!


lib.rs:

Utility proc macros for hrpc.

No runtime deps