watermelon 0.4.4

High level actor based implementation NATS Core and NATS Jetstream client implementation
Documentation
1
2
3
4
#[cfg(feature = "portable-atomic")]
pub(crate) use portable_atomic::*;
#[cfg(not(feature = "portable-atomic"))]
pub(crate) use std::sync::atomic::*;