ruststream-nats 0.4.0

NATS / JetStream broker implementation for the RustStream messaging framework.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# ruststream-nats

NATS / JetStream broker implementation for the [RustStream](../..) messaging framework.

## Testing

```toml
[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.