1 2 3 4 5
pub use generic_api_client::{http as http, websocket as websocket}; #[cfg(feature = "binance")] pub use crypto_botters_binance as binance; #[cfg(feature = "bitflyer")] pub use crypto_botters_bitflyer as bitflyer;