wickra-data 0.1.4

Data sources for Wickra: CSV readers, tick-to-candle aggregator, and live exchange feeds.
1
2
3
4
//! Live exchange feeds. Each adapter is feature-gated; the Binance adapter
//! lives behind the `live-binance` feature.

pub mod binance;