1 2 3 4 5 6 7
mod zb_spot; mod zb_swap; pub use zb_spot::ZbSpotWSClient; pub use zb_swap::ZbSwapWSClient; const EXCHANGE_NAME: &str = "zb";