Aur helper (#776)

* Arch Refactor

* Clippy
This commit is contained in:
Roey Darwish Dror
2021-10-25 22:03:57 +03:00
committed by GitHub
parent 6eb4cdd224
commit fb18af12ac
4 changed files with 198 additions and 94 deletions

View File

@@ -1,5 +1,7 @@
#[cfg(target_os = "android")]
pub mod android;
#[cfg(target_os = "linux")]
mod archlinux;
#[cfg(target_os = "dragonfly")]
pub mod dragonfly;
#[cfg(target_os = "freebsd")]