Crate zeromq

Source

Modules§

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

Structs§

DealerSocket
PubSocket
PullSocket
PushSocket
RepSocket
ReqSocket
RouterSocket
SocketOptions
SubSocket
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