tabiew 0.13.1

A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet.
pub mod component;
pub mod error_popup;
pub mod pane;
pub mod pickers;
pub mod plots;
pub mod popups;
pub mod schema;
pub mod search_bar;
pub mod sheet;
pub mod tab_switcher;
pub mod table;
pub mod tabs;
pub mod tag_line;
pub mod terminal;
pub mod themes;
pub mod toast;
mod utils;
pub mod widgets;

pub use pane::Pane;