raur
raur is a library for interacting with the aurweb RPC Interface.
See also the Arch wiki page for more information.
Example
use Raur;
let raur = new;
// Use `search` to search using keywords (multiple strategies available)
let pkgs = raur.search.await?;
assert!;
for pkg in pkgs
// Use `info` to get info about a list of packages. Not-found packages are silently ignored.
let pkgs = raur.info.await?;
assert_eq!;
for pkg in pkgs