1 unstable release

0.4.2 Jan 22, 2023

#3 in #messagepack-rpc

Download history 386/week @ 2024-07-22 267/week @ 2024-07-29 316/week @ 2024-08-05 309/week @ 2024-08-12 364/week @ 2024-08-19 353/week @ 2024-08-26 296/week @ 2024-09-02 437/week @ 2024-09-09 418/week @ 2024-09-16 354/week @ 2024-09-23 295/week @ 2024-09-30 369/week @ 2024-10-07 408/week @ 2024-10-14 426/week @ 2024-10-21 469/week @ 2024-10-28 346/week @ 2024-11-04

1,656 downloads per month
Used in 3 crates

MIT license

51KB
872 lines

rmp-rpc

A Rust implementation of MessagePack-RPC based on tokio.

Features

  • Support all the features described in MessagePack-RPC specifications.
  • Support for endpoints that act both as client and server. This is not part of the specification, but is a relatively common use of MessagePack-RPC.
  • Support any transport layer.

Examples


lib.rs:

This crate provides facilities to use the MessagePack remote procedure call system (MessagePack-RPC) in Rust.

Dependencies

~3.5–9.5MB
~80K SLoC