//! rustplot is a simple GUI based plotting library for Rust.
//!//! rustplot provides a data parsing module to for extracting data from CSV files
//! and uses gtk+ for creation of graphical user interfaces for displaying charts.
pubmoddata_parser;pubmodchart_builder;