kucoin_arbitrage 0.0.11

Event-Driven Kucoin Arbitrage Framework in Async Rust
Documentation
1
2
3
4
5
6
/// Trait implementation on Binance API
pub mod binance;
/// Trait implementation on KuCoin API
pub mod kucoin;
/// Traits to be implemented
pub mod traits;