kucoin_arbitrage 0.0.8

Event-Driven Kucoin Arbitrage Framework in Async Rust
Documentation
1
2
3
4
5
6
7
/// API Brokers
/// This should bridge between API calls and internal data structures.
/// We can include some arbitrary functions or data structures that complements the conversions.
pub mod gatekeeper;
pub mod order;
pub mod orderbook;
pub mod symbol;