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 |
#5 in #messagepack-rpc
Used in airsim
49KB
853 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
Dependencies
~4.5MB
~63K SLoC