docs.rs failed to build arzmq-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
arzmq-0.4.0
Asynchronous Rust bindings for 0MQ (arzmq)
About
The arzmq crate provides bindings for the libzmq library from the
ZeroMQ project. The API exposed by arzmq should
be safe (in the usual Rust sense), but it follows the C API closely,
so it is not very idiomatic.
There are feature flags for enabling a builder interface for contexts and
sockets as well as a feature flag for enabling 0MQ's draft-api available.
Compatibility
The aim of this project is to track latest zmq releases as close as possible.
Usage
arzmq is a pretty straight forward port of the C API into Rust:
use thread;
use ;
You can find more usage examples in https://github.com/mgaertne/arzmq/tree/master/examples.