tapr 0.5.0

tapr is a table pretty-printer. Outputs a CSV or TSV file as nicely as possible by adjusting column widths.
Documentation
1
2
3
4
5
6
#[macro_use]
extern crate lazy_static;

pub mod constants;
pub mod formatter;
pub mod table_reader;