kucoin_arbitrage 0.0.3

Event-Driven Kucoin Arbitrage Framework in Async Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod event;
pub mod globals;
pub mod logger;
pub mod mirror;
pub mod model;
pub mod strategy;
pub mod strings;
pub mod tasks;
pub mod tickers;
pub mod translator;
pub mod broker;