digdigdig3 0.1.31

Unified async Rust API for 44 exchange connectors — crypto, stocks, forex. REST + WebSocket.
Documentation
1
2
3
4
5
6
7
//! # L1 — Price / OHLCV data feeds only
//!
//! L1 connectors provide market data (prices, klines, tickers) but do NOT
//! include L2 orderbook data or execution capabilities.

pub mod free;
pub mod paid;