watermelon 0.4.4

High level actor based implementation NATS Core and NATS Jetstream client implementation
Documentation
1
2
3
4
5
6
7
8
9
pub use self::consumer_batch::ConsumerBatch;
pub use self::consumer_list::Consumers;
pub use self::consumer_stream::{ConsumerStream, ConsumerStreamError};
pub use self::stream_list::Streams;

mod consumer_batch;
mod consumer_list;
mod consumer_stream;
mod stream_list;