#zeromq #strongly-typed #strong #communication #type-system #memory-safe #api

rustyq

A ZeroMQ-compatible library, with an API that takes advantage of Rust's strong type system

1 unstable release

Uses old Rust 2015

0.6.0 Jun 19, 2016

#19 in #strong

GPL-3.0 license

14KB
350 lines

Rustiq

Rustiq is intended to become a communications library very similar to, and indeed compatible with, ZeroMQ. This is achieved by using a library that implements ZMTP, just as ZMQ does.

The main difference from the perspective of an API consumer is the different API itself: Rustiq has been designed to leverage the Rust language's strong type system as well as its speed capabilities to deliver a library that is both fast and memory safe.

Dependencies

~225KB