1//! Library surface of `igv-rs` so integration tests can reach widgets,
2//! state, and the loader. The binary entrypoint lives in `main.rs` and
3//! consumes this same module tree.
45pub mod app;
6pub mod cli;
7pub mod command;
8pub mod input;
9pub mod logging;
10pub mod snapshot;
11pub mod ui;