ublx 0.1.3

TUI to index once, enrich with metadata, and browse a flat snapshot in a 3-pane layout with multiple modes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod bool_rows;
mod context;
mod layout_edit;
mod sync;
mod tab;

pub use bool_rows::*;
pub use context::*;
pub use layout_edit::*;
pub use sync::*;
pub use tab::*;