kucoin_arbitrage 0.0.8

Event-Driven Kucoin Arbitrage Framework in Async Rust
Documentation
1
2
3
4
5
6
7
8
9
/// Model
/// This provides Internal data structures for multi-exchange support.
/// This should come independent from the specific API (i.e. use internal data structure only).
pub mod chance;
pub mod config;
pub mod order;
pub mod orderbook;
pub mod performance;
pub mod symbol;