msgpack-rpc

Crates.iomsgpack-rpc
lib.rsmsgpack-rpc
version0.4.2
sourcesrc
created_at2023-01-22 11:56:27.041088
updated_at2023-01-22 11:56:27.041088
descriptiona msgpack-rpc client and server based on tokio
homepagehttps://github.com/sollimann/msgpack-rpc
repositoryhttps://github.com/sollimann/msgpack-rpc
max_upload_size
id764943
size80,444
Kristoffer Solberg Rakstad (Sollimann)

documentation

README

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

Commit count: 14

cargo fmt