ublx 0.1.5

TUI to index once, enrich with metadata, and browse a flat snapshot in a 3-pane layout with multiple modes.
1
2
3
4
5
6
7
8
9
10
//! TUI event handlers: session lifecycle ([`core`]), snapshot/background pipeline, mode transitions, and
//! the right-hand preview stack ([`viewing`]).

mod core;
mod snapshot_pipeline;
pub mod state_transitions;
pub mod viewing;

pub use core::*;
pub use snapshot_pipeline::*;