//! Binary entry point for `proctree`. #![allow(clippy::multiple_crate_versions)] fn main() { std::process::exit(proctree::main_entry()); }