tapr 0.5.1

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
7
#[macro_use]
extern crate lazy_static;

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