1 unstable release

0.4.2 Jan 22, 2023

#3 in #messagepack-rpc

Download history 687/week @ 2024-12-13 434/week @ 2024-12-20 220/week @ 2024-12-27 444/week @ 2025-01-03 493/week @ 2025-01-10 478/week @ 2025-01-17 396/week @ 2025-01-24 422/week @ 2025-01-31 336/week @ 2025-02-07 367/week @ 2025-02-14 542/week @ 2025-02-21 517/week @ 2025-02-28 404/week @ 2025-03-07 306/week @ 2025-03-14 463/week @ 2025-03-21 342/week @ 2025-03-28

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

Dependencies

~3.5–9.5MB
~80K SLoC