1 2 3 4 5 6 7
#[tokio::main] async fn main() { if let Err(e) = rox::rox().await { eprintln!("{}", e); std::process::exit(1); } }