[][src]Crate nats

A Rust client for the NATS.io ecosystem.

git clone https://github.com/nats-io/nats.rs

NATS.io is a simple, secure and high performance open source messaging system for cloud native applications, IoT messaging, and microservices architectures.

For more information see https://nats.io/.

Re-exports

pub use subscription::Subscription;

Modules

subscription

Functionality relating to subscribing to a subject.

tls

Functionality relating to TLS configuration

Structs

Connection

A NATS connection.

ConnectionOptions

A configuration object for a NATS connection.

Message

A Message that has been published to a NATS Subject.

ServerInfo

Information sent by the server back to this client during initial connection, and possibly again later.

Functions

connect

Connect to a NATS server at the given url.