kucoin_arbitrage 0.0.8

Event-Driven Kucoin Arbitrage Framework in Async Rust
Documentation
1
2
3
4
/// Arbitrage strategy algorithms
/// This should come independent from the specific API (i.e. use internal data structure only).
pub mod all_taker;
pub mod all_taker_btc_usd;