Expand description
Retrievers for Rust dependencies
There are two types of Retriever
s:
CratesIo
: Retrieves information about a dependency fromcrates.io API
.DocsRs
: Retrieves information about a dependency fromdocs.rs website
.
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.