search_packages

Function search_packages 

Source
pub async fn search_packages(
    client: &WasmerClient,
    opts: SearchOptions,
) -> Result<Vec<SearchPackageVersion>, Error>
Expand description

Search the registry for packages.

Pages through the registry until opts.limit results have been collected (or all matching packages, if no limit is set).