[][src]Crate zeromq

Modules

prelude

Re-exports important traits. Consider glob-importing.

util

Structs

DealerSocket
PubSocket
PullSocket
PushSocket
RepSocket
ReqSocket
RouterSocket
SubSocket
ZmqMessage

Enums

Endpoint

Represents a ZMQ Endpoint.

Host

Represents a host address. Does not include the port, and may be either an ip address or a domain name

SocketEvent
SocketType
Transport

The type of transport used by a given endpoint

ZmqError

Traits

BlockingRecv
BlockingSend
MultiPeerBackend
NonBlockingRecv
NonBlockingSend
Socket
SocketBackend
TryIntoEndpoint

Represents a type that can be converted into an Endpoint.

Type Definitions

ZmqResult