chopper 0.0.1

Chopper is a simple streaming time series inspection and manipulation tool.
Documentation
1
2
3
4
5
6
7
extern crate chopper_lib;
use chopper_lib::chopper_cli::chopper_cli;
use chopper_lib::error;

fn main() {
    error::handle_drive_error(chopper_cli(None, None, None));
}