rmp-rpc

Crates.iormp-rpc
lib.rsrmp-rpc
version0.3.0
sourcesrc
created_at2017-04-09 01:28:11.058858
updated_at2018-10-09 14:32:17.217704
descriptiona msgpack-rpc client and server based on tokio
homepagehttps://github.com/little-dude/rmp-rpc
repositoryhttps://github.com/little-dude/rmp-rpc
max_upload_size
id10071
size60,553
(little-dude)

documentation

README

Build Status Documentation crates.io

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: 172

cargo fmt