1 2 3 4 5 6
//! Binary entry point. All logic lives in the `abtop` library crate so it can //! be reused in-process by other tools (see `src/lib.rs` and `src/snapshot.rs`). fn main() -> std::io::Result<()> { abtop::run() }