1 unstable release

0.4.2 Jan 22, 2023

#17 in #msgpack

Download history 978/week @ 2023-12-11 601/week @ 2023-12-18 93/week @ 2023-12-25 557/week @ 2024-01-01 680/week @ 2024-01-08 673/week @ 2024-01-15 636/week @ 2024-01-22 811/week @ 2024-01-29 285/week @ 2024-02-05 210/week @ 2024-02-12 191/week @ 2024-02-19 311/week @ 2024-02-26 232/week @ 2024-03-04 362/week @ 2024-03-11 192/week @ 2024-03-18 223/week @ 2024-03-25

1,012 downloads per month
Used in airsim-client

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

~4–5.5MB
~87K SLoC