1 unstable release

Uses old Rust 2015

0.6.0 Jun 19, 2016

#14 in #greeting


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 bytes, Frames, Commands, Messages, Greetings, Handshakes 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