kucoin_arbitrage 0.0.11

Event-Driven Kucoin Arbitrage Framework in Async Rust
Documentation
1
2
3
4
5
6
/// Generic counter
pub mod counter_helper;
/// Routine tasks
pub mod task;
/// Timers (for debugging)
pub mod timer;