Crate nng

source ·
Expand description

A safe Rust wrapper for nanomsg-next-generation

Re-exports

pub use message::Message;

Modules

Types for dealing with Nng contexts and asynchronous IO operations.
Nanomsg-next-generation dialers.
Nanomsg-next-generation listeners.
Message handling utilities
Options available to configure nng constructs.

Structs

The error type of nng operations.
A nanomsg-next-generation socket.

Enums

General categories of nng errors
Protocols available for use by sockets.
Represents the addresses used by the underlying transports.

Type Definitions

Specialized Result type for use with nng.