digdigdig3 0.1.13

Unified async Rust API for 44 exchange connectors — crypto, stocks, forex. REST + WebSocket.
Documentation
1
2
3
4
5
6
7
8
//! # China Stock Market Connectors
//!
//! Connectors for China/Hong Kong stock markets.

// Futu connector disabled - requires TCP + Protocol Buffers architecture (incompatible with REST-based v5)
// Research and stub implementation available in futu/ directory
// See futu/research/RECOMMENDATIONS.md for details
// pub mod futu;