Module retriever

Module retriever 

Source
Expand description

Retrievers for Rust dependencies

There are two types of Retrievers:

A Retriever is responsible for getting information about a specific dependency. It can use different sources to get the information.

Modules§

crates_io
Retriever that uses the crates.io API.
docs_rs
Retriever that uses the Docs.rs website.

Structs§

CratesIoDeprecated
crates.io Retriever implementation.
DocsRs
docs.rs Retriever implementation.