1 unstable release

0.4.2 Jan 22, 2023

#3 in #messagepack-rpc

Download history 480/week @ 2024-10-17 425/week @ 2024-10-24 382/week @ 2024-10-31 286/week @ 2024-11-07 426/week @ 2024-11-14 427/week @ 2024-11-21 424/week @ 2024-11-28 344/week @ 2024-12-05 666/week @ 2024-12-12 542/week @ 2024-12-19 212/week @ 2024-12-26 381/week @ 2025-01-02 452/week @ 2025-01-09 520/week @ 2025-01-16 413/week @ 2025-01-23 410/week @ 2025-01-30

1,880 downloads per month
Used in 3 crates

MIT license

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