1 unstable release
Uses old Rust 2015
0.6.0 | Jun 19, 2016 |
---|
#258 in #frame
Used in rustyq
61KB
1.5K
SLoC
ZMTP.rs
Pure Rust implementation of the ZMTP protocol. You can find v3.1 of the ZMTP spec here.
What currently works
Serialization and deserialization of byte
s, Frame
s, Command
s,
Message
s, Greeting
s, Handshake
s and Traffic
.
What doesn't work (yet)
Everything not listed above (:
lib.rs
:
See spec v3.0 and spec 3.1 for details on the ZeroMQ Message Transport Protocol.
Dependencies
~165KB