// PLEASE DO NOT EDIT THIS FILE, IT IS GENERATED AND WILL BE OVERWRITTEN:
// https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-contribute-code
//
// `ccxt-pro` holds the transpiled WebSocket (`watch*`) venues. They were split
// out of the `ccxt` crate so that each `rustc` invocation stays well under the
// CI runner's memory ceiling. The transpiled venue files reference the base via
// `crate::<module>` paths; the re-exports below make those paths resolve
// unchanged now that the files live in this crate instead of `ccxt`.
pub use ;
pub use ;
// Typed WS layer: `ccxt_pro::Binance::watch_ticker() -> Result<Ticker>`, wrapping
// the `pro::<id>` venue Cores. Generated by build/generateRustWrappers.ts.
pub use *;