1
2
3
4
5
6
7
//! A Rust client for the NATS.io ecosystem.
//!
//! We've moved! Please use the [`nats`](https://docs.rs/nats) crate instead of `natsio`. This
//! crate is deprecated.
//!
//! We have continued developing and publishing [the same
//! codebase](https://github.com/nats-io/nats.rs) from this crate under the `nats` crate.