digdigdig3 0.2.3

Unified async Rust API for 44 exchange connectors — crypto, stocks, forex. REST + WebSocket.
Documentation
1
2
3
4
//! ConnectorAggregator — fan-out helper over ConnectorPool.
//!
//! Intentionally empty: aggregation logic is now handled by `ExchangeHub`.
//! Module retained for future use.