Skip to main content

Crate zeromq

Crate zeromq 

Source

Modules§

prelude
Re-exports important traits. Consider glob-importing.
util

Structs§

DealerRecvHalf
The recv half of a DealerSocket produced by DealerSocket::split.
DealerSendHalf
The send half of a DealerSocket produced by DealerSocket::split.
DealerSocket
PubSocket
PullSocket
PushSocket
RepSocket
ReqSocket
RouterRecvHalf
The recv half of a RouterSocket produced by RouterSocket::split.
RouterSendHalf
The send half of a RouterSocket produced by RouterSocket::split.
RouterSocket
SocketOptions
SubSocket
XPubSocket
ZmqEmptyMessageError
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
SubBackendMsgType
Transport
The type of transport used by a given endpoint
ZmqError

Traits§

CaptureSocket
Marker trait that express the fact that only certain types of sockets might be used in proxy function as a capture parameter
MultiPeerBackend
Socket
SocketBackend
SocketRecv
SocketSend
TryIntoEndpoint
Represents a type that can be converted into an Endpoint.

Functions§

proxy

Type Aliases§

ZmqResult