avin_gui 0.4.0

Open source cross-platform trading system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*****************************************************************************
 * URL:         http://avin.info
 * AUTHOR:      Alex Avin
 * E-MAIL:      mr.alexavin@gmail.com
 * LICENSE:     MIT
 ****************************************************************************/

mod _tester;
mod summary_table;
mod test_table;
mod toolbar;
mod trade_table;
mod view;

pub use _tester::Tester;