1 unstable release

0.4.2 Jan 22, 2023

#18 in #msgpack

Download history 683/week @ 2024-01-06 658/week @ 2024-01-13 638/week @ 2024-01-20 815/week @ 2024-01-27 301/week @ 2024-02-03 211/week @ 2024-02-10 192/week @ 2024-02-17 308/week @ 2024-02-24 226/week @ 2024-03-02 367/week @ 2024-03-09 188/week @ 2024-03-16 227/week @ 2024-03-23 223/week @ 2024-03-30 259/week @ 2024-04-06 287/week @ 2024-04-13 505/week @ 2024-04-20

1,298 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