[][src]Function raur_ext::info

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

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.