rotala 0.1.0

JSON server exchange and library for backtesting trading strategies
Documentation
1
2
3
4
5
//! Client implements an Exchange API over the network so that the interface called is the same
//! on the network as locally.
//!
//! Uses reqwest to send requests to server.
pub mod uist;