kucoin_arbitrage 0.0.9

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