Crate zmq [−] [src]
Module: zmq
Reexports
pub use SocketType::*; |
Structs
Context |
Handle for a 0MQ context, used to create sockets. |
CurveKeyPair |
A CURVE key pair generated by 0MQ. |
Message |
Holds a 0MQ message. |
PollItem |
Represents a handle that can be |
Socket |
A socket, the central object in 0MQ. |
Enums
Constants |
Raw 0MQ socket option constants. |
DecodeError |
Errors that can occur while decoding Z85. |
EncodeError |
Errors that can occur while encoding Z85. |
Error |
An error returned by a 0MQ API function. |
Mechanism |
Security Mechanism |
SocketType |
Socket types |
Statics
DONTWAIT |
Flag for socket |
POLLERR |
For |
POLLIN |
For |
POLLOUT |
For |
SNDMORE |
Flag for socket |
Functions
has |
Return true if the used 0MQ library has the given capability. |
poll |
Poll for events on multiple sockets. |
proxy |
Start a 0MQ proxy in the current thread. |
proxy_with_capture |
Start a 0MQ proxy in the current thread, with a capture socket. |
version |
Return the current zeromq version, as |
z85_decode |
Decode a binary key from Z85-encoded text. |
z85_encode |
Encode a binary key as Z85 printable text. |
Type Definitions
PollEvents |
Type representing pending socket events. |
Result |
|