Crates.io | aur-client-fork |
lib.rs | aur-client-fork |
version | 0.1.6 |
source | src |
created_at | 2020-08-31 20:54:15.543575 |
updated_at | 2021-02-13 10:05:27.692248 |
description | aur api rust client |
homepage | |
repository | https://github.com/JojiiOfficial/rust-arch |
max_upload_size | |
id | 283230 |
size | 4,362 |
search
use aur_client::aur;
let resp = aur::search("python3").unwrap();
download
aur::clone("python3", Path::new("python3"))?;