1 2 3 4 5
#[tokio::main] async fn main() { let diagnostics = qcs::diagnostics::get_report().await; println!("{diagnostics}"); }