digdigdig3 0.2.2

Unified async Rust API for 44 exchange connectors — crypto, stocks, forex. REST + WebSocket.
Documentation
1
2
3
4
5
6
//! Connector configuration management.
//!
//! Intentionally empty: credential loading is now handled externally.
//! `ExchangeHub::connect_full` / `connect_public` accept no credentials directly
//! (public API only). Authenticated connections are a future addition.
//! Module retained for future use.