Skip to main content

natsio/
lib.rs

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