docs.rs failed to build ccxt-pro-4.5.78
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
ccxt-pro
WebSocket (watch*) support for CCXT in Rust.
Each exchange wrapper carries both the streaming surface and the REST surface, so one instance can subscribe and trade:
use Params;
use Binance;
let mut exchange = new;
exchange.load_markets.await;
let book = exchange.watch_order_book.await?;
let ticker = exchange.fetch_ticker.await?;
Requires a Tokio runtime. For the REST-only surface see
ccxt.
Documentation: https://docs.ccxt.com · Manual: https://github.com/ccxt/ccxt/wiki