Unified async Rust API for 47 exchange connectors (REST + WebSocket). The core layer — pure ExchangeHub + connectors. Higher-level builder, persistence, replay, OB tracker live in `digdigdig3-station`.
//! # Testing — Generic test harness for all connectors
//!//! Provides a unified test suite that can validate any connector
//! implementing the core traits. Tests automatically skip features
//! the connector doesn't support (returns UnsupportedOperation).
pubmodenv_loader;pubmodharness;pubmodassertions;#[path="suites.rs"]pubmodsuites;