Modules§
- Error wrappers and boilerplate
Macros§
- A handy macro borrowed from the
signatory
crate that lets library-internal code generate more readable exception handling flows
Structs§
- The main entry point for your application to consume NATS services. This client manages connections, connection retries, adjusts to new servers as they enter the cluster, and much more.
- Options to configure the NATS client. A builder is available so a fluent API can be used to set options
- Builder for
ClientOptions
. - Represents a message as per the NATS protocol documentation:
Enums§
- Indicates the type of client authentication used by the NATS client