15 unstable releases (3 breaking)

Uses old Rust 2015

0.3.0 Oct 9, 2018
0.2.0 Mar 18, 2018
0.1.2 Jan 12, 2018
0.1.1 Sep 28, 2017
0.0.5 Apr 24, 2017

#19 in #msgpack

32 downloads per month
Used in airsim

Custom license

49KB
853 lines

Build Status Documentation crates.io

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

Dependencies

~4MB
~60K SLoC