[][src]Crate nng

A safe Rust wrapper for nanomsg-next-generation

Modules

options

Options available to configure nng constructs.

Structs

Aio

A handle of asynchronous I/O operations.

Body

The body of a Message.

Context

A socket context.

Dialer

A constructed and running dialer.

DialerOptions

Configuration utility for nanomsg-next-generation dialers.

Error

The error type of nng operations.

Header

The header of a Message.

Listener

A constructed and running listener.

ListenerOptions

Configuration utility for nanomsg-next-generation listeners.

Message

An nng message type.

Pipe

A nanomsg-next-generation pipe.

Socket

A nanomsg-next-generation socket.

Enums

ErrorKind

General categories of nng errors

PipeEvent

An event that happens on a Pipe instance.

Protocol

Protocols available for use by sockets.

SocketAddr

Represents the addresses used by the underlying transports.

Type Definitions

Result

Specialized Result type for use with nng.