digdigdig3 0.1.9

Multi-exchange connector library — unified async Rust API for 42 connectors: 19 CEX, 3 DEX, 5 forex/brokers, 14 stock providers, and 2 data feeds
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # 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).

pub mod env_loader;
pub mod harness;
pub mod assertions;
#[path = "suites.rs"]
pub mod suites;