1 unstable release
0.4.2 | Jan 22, 2023 |
---|
#3 in #messagepack-rpc
1,656 downloads per month
Used in 3 crates
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
~3.5–9.5MB
~80K SLoC