tabiew 0.13.1

A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet.
1
2
3
4
5
mod data_source;
pub mod reader;
pub mod writer;

pub use data_source::DataSource;