Skip to main content

wickra_data/
live.rs

1//! Live exchange feeds. Each adapter is feature-gated; the Binance adapter
2//! lives behind the `live-binance` feature.
3
4pub mod binance;