digdigdig3 0.1.19

Unified async Rust API for 44 exchange connectors — crypto, stocks, forex. REST + WebSocket.
Documentation
1
2
3
4
5
6
7
8
9
10
//! # L3 — Full stack: L1 + L2 + Execution
//!
//! L3 connectors provide complete trading capabilities: market data,
//! orderbook, trading operations, and account management.

pub mod crypto;
pub mod stocks;
pub mod forex;
pub mod multi;
pub mod prediction;