digdigdig3 0.1.19

Unified async Rust API for 44 exchange connectors — crypto, stocks, forex. REST + WebSocket.
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;