trk 0.2.0

Simple terminal-based time-series data recorder and plotter.
Documentation
1
2
3
4
5
extern crate trk;

fn main() {
    std::process::exit( trk::run() );
}