3 releases (breaking)

Uses old Rust 2015

0.3.0 Mar 11, 2018
0.2.0 Mar 8, 2018
0.1.0 Mar 4, 2018

#40 in #sink

32 downloads per month
Used in 2 crates

AGPL-3.0

45KB
907 lines

Muxrpc

Implementation of the muxrpc protocol in rust.


lib.rs:

Implements the muxrpc protocol in rust.

All futures, sinks and streams with an error type of Option<io::Error> use None to signal that an error happend on the underlying transport, but on another handle to the transport.

Dependencies

~2.1–2.9MB
~61K SLoC