Crate futures_zmq

source ·

Re-exports

pub use self::error::Error;

Modules

Provide useful types and traits for working with Futures ZMQ.

Structs

The DEALER SocketType wrapper type.
This type is used for receiving and sending messages in Multipart groups. An application could make using this easier by implementing traits as follows:
The PAIR SocketType wrapper type.
The PUB SocketType wrapper type
The PULL SocketType wrapper type
The PUSH SocketType wrapper type
The REP SocketType wrapper type
The REQ SocketType wrapper type
The ROUTER SocketType wrapper type
Defines the raw Socket type. This type should never be interacted with directly, except to create new instances of wrapper types.
The SUB SocketType wrapper type
The XPUB SocketType wrapper type
The XSUB SocketType wrapper type