ruststream-nats 0.2.0

NATS / JetStream broker implementation for the RustStream messaging framework.
Documentation
ruststream-nats-0.2.0 has been yanked.

ruststream-nats

NATS / JetStream broker implementation for the RustStream messaging framework.

Testing

[dev-dependencies]
ruststream-nats = { version = "*", features = ["testing"] }

features = ["testing"] exposes an in-memory test client with JetStream semantics. Never enable this feature in production builds.