wickra-data 0.9.9

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

pub mod binance;
pub mod binance_rest;