Files
wickra/crates/wickra-data/src/live.rs
T

6 lines
161 B
Rust
Raw Normal View History

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