digdigdig3 0.1.20

Unified async Rust API for 44 exchange connectors — crypto, stocks, forex. REST + WebSocket.
Documentation
1
2
3
4
5
6
7
8
//! # L3 — Full Stack Connectors (L1 + L2 + Execution)
//!
//! Split into two access tiers:
//! - **open/** — Works without registration or API keys (CEX, DEX, prediction markets)
//! - **gated/** — Requires account, API keys, or KYC (brokers)

pub mod open;
pub mod gated;