digdigdig3 0.1.9

Multi-exchange connector library — unified async Rust API for 42 connectors: 19 CEX, 3 DEX, 5 forex/brokers, 14 stock providers, and 2 data feeds
Documentation
1
2
3
4
5
6
7
8
9
//! # Crypto Connectors
//!
//! All cryptocurrency-related connectors organized by type:
//!
//! - **cex/** — Centralized exchanges (Binance, Bybit, OKX, etc.)
//! - **dex/** — Decentralized exchanges with REST/WS APIs (Lighter, Paradex, dYdX)

pub mod cex;
pub mod dex;