1 unstable release

0.4.2 Jan 22, 2023

#3 in #messagepack-rpc

Download history 424/week @ 2024-11-16 382/week @ 2024-11-23 485/week @ 2024-11-30 457/week @ 2024-12-07 720/week @ 2024-12-14 307/week @ 2024-12-21 246/week @ 2024-12-28 417/week @ 2025-01-04 547/week @ 2025-01-11 439/week @ 2025-01-18 400/week @ 2025-01-25 421/week @ 2025-02-01 375/week @ 2025-02-08 351/week @ 2025-02-15 548/week @ 2025-02-22 419/week @ 2025-03-01

1,756 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