kucoin_arbitrage 0.0.9

Event-Driven Kucoin Arbitrage Framework in Async Rust
Documentation
1
2
3
4
5
6
/// global
/// Everything declared with lazy_statics! should come here.
/// In other words, we should refrain from using much lazy_statics and instead pass the variables.
pub mod config;
pub mod counter_helper;
pub mod task;