Docs.rs
  • async-nats-0.40.0
    • async-nats 0.40.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • derekcollison
    • Jarema
    • Dependencies
      • aws-lc-rs ^1.6 normal optional
      • base64 ^0.22 normal
      • bytes ^1.4.0 normal
      • futures ^0.3.28 normal
      • memchr ^2.4 normal
      • nkeys ^0.4 normal
      • nuid ^0.5 normal
      • once_cell ^1.18.0 normal
      • pin-project ^1.0 normal
      • portable-atomic ^1 normal
      • rand ^0.8 normal
      • regex ^1.9.1 normal
      • ring ^0.17 normal optional
      • rustls-native-certs ^0.7 normal
      • rustls-pemfile ^2 normal
      • rustls-webpki ^0.102 normal
      • serde ^1.0.184 normal
      • serde_json ^1.0.104 normal
      • serde_nanos ^0.1.3 normal
      • serde_repr ^0.1.16 normal
      • thiserror ^1.0 normal
      • time ^0.3.36 normal
      • tokio ^1.36 normal
      • tokio-rustls ^0.26 normal
      • tokio-util ^0.7 normal
      • tokio-websockets ^0.10 normal optional
      • tracing ^0.1 normal
      • tryhard ^0.5 normal
      • url ^2 normal
      • criterion ^0.5 dev
      • futures ^0.3.28 dev
      • jsonschema ^0.17.1 dev
      • num ^0.4.1 dev
      • rand ^0.8 dev
      • reqwest ^0.11.18 dev
      • ring ^0.17 dev
      • tokio ^1.25.0 dev
      • tracing-subscriber ^0.3 dev
    • Versions
    • 60.21% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

async_nats0.40.0

Module context

Module Items

  • Structs
  • Enums
  • Type Aliases

In async_nats::jetstream

async_nats::jetstream

Module context

Source
Expand description

Manage operations on Context, create/delete/update Stream

Structs§

Context
A context which can perform jetstream scoped requests.
Publish
Used for building customized publish message.
PublishAckFuture
StreamNames
Streams

Enums§

AccountErrorKind
CreateKeyValueErrorKind
CreateStreamErrorKind
GetStreamByNameErrorKind
GetStreamErrorKind
KeyValueErrorKind
ObjectStoreErrorKind
PublishErrorKind
RequestErrorKind

Type Aliases§

AccountError
CreateKeyValueError
CreateObjectStoreError
CreateObjectStoreErrorKind
CreateStreamError
DeleteObjectStore
DeleteObjectStoreKind
DeleteStreamError
DeleteStreamErrorKind
GetStreamByNameError
GetStreamError
KeyValueError
ObjectStoreError
PublishError
RequestError
StreamsError
StreamsErrorKind
UpdateStreamError
UpdateStreamErrorKind