tabiew 0.13.1

A lightweight TUI application to view and query tabular data files, such as CSV, TSV, and parquet.
pub mod column_caster;
pub mod command_palette;
pub mod data_frame_info;
pub mod download_notif;
pub mod export_target_picker;
pub mod exporter;
pub mod exporters;
pub mod go_to_line;
pub mod help_modal;
pub mod histogram_builder;
pub mod importer;
pub mod importers;
pub mod inline_query_picker;
pub mod multi_step_overlay;
pub mod path_picker;
pub mod scatter_plot_builder;
pub mod sql_query_picker;
pub mod table_registerer;
pub mod theme_selector;
pub mod url_picker;
pub mod yes_no_picker;