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

#4 in #messagepack-rpc

Download history 3/week @ 2024-12-05 12/week @ 2024-12-12 42/week @ 2025-01-30 10/week @ 2025-02-06

52 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

~4.5MB
~64K SLoC