//! `iftoprs` library surface — real-time bandwidth monitor (iftop clone) built
//! on `ratatui` + `pcap`. The crate is consumed by the binary in `main.rs`
//! and by the integration tests in `tests/`.
/// `capture` submodule.
/// `config` submodule.
/// `data` submodule.
/// `ui` submodule.
/// `util` submodule.