
rmp-rpc
A Rust implementation of MessagePack-RPC based on tokio.
Features
- [X] Support all the features described in MessagePack-RPC specifications.
- [X] 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.
- [X] Support any transport layer.
Examples