pacsea 0.8.2

A fast, friendly TUI for browsing and installing Arch and AUR packages with built-in news and security scanning
Documentation
1
2
3
4
//! Fetching functions for AUR package metadata.

// Re-export async fetch function for convenience
pub use crate::util::srcinfo::fetch_srcinfo_async;