market2nats 0.1.0

WebSocket market data → NATS JetStream relay
Documentation
1
2
3
4
5
pub mod publisher;
pub mod setup;

pub use publisher::JetStreamPublisher;
pub use setup::{connect_nats, setup_jetstream};