1 2 3 4 5 6 7 8 9
search use aur_client::aur; let resp = aur::search("python3").unwrap(); download aur::clone("python3", Path::new("python3"))?;