avin_core 0.4.0

Core of the 'avin' library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*****************************************************************************
 * URL:         http://avin.info
 * AUTHOR:      Alex Avin
 * E-MAIL:      mr.alexavin@gmail.com
 * LICENSE:     MIT
 ****************************************************************************/

mod _chart;
mod bar;
mod range;
mod user_data;

pub use _chart::Chart;
pub use bar::Bar;
pub use range::Range;
pub use user_data::UserData;