pixmux 0.1.0

An interactive TUI for exploring CSV-backed image datasets.
Documentation
1
2
3
4
5
6
7
mod image_tab;
mod navbar;
mod table_tab;

pub use image_tab::ImageTabUI;
pub use navbar::NavBarUI;
pub use table_tab::TableTabUI;