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
//! # Decentralized Exchanges (DEX)
//!
//! Hybrid DEXes that provide centralized-style REST/WebSocket APIs
//! while settling on-chain. These don't require direct RPC node connections.

pub mod lighter;
pub mod paradex;
pub mod dydx;