[][src]Function raur::info

pub fn info<S: AsRef<str>>(pkg_names: &[S]) -> Result<Vec<Package>, Error>

Performs an AUR info request.

This function sends an info request to the AUR RPC. This kind of request takes a list of package names and returns a list of AUR Packages who's name exactly matches the input.

Note: If a package being queried does not exist then it will be silently ignored and not appear in return value.

Note: The return value has no guaranteed order.