Module crates_io

Module crates_io 

Source
Expand description

Retriever that uses the crates.io API.

Note that this API is subjected to rate limits and may fail from time to time.

Here you can find both the trait and the implementation.

Usually, Collectors are generic over a Retriever (or several). This comes in handy for mocking the Retriever in our tests.

Structs§

CratesIoDeprecated
crates.io Retriever implementation.

Traits§

Retriever
Trait used by the CratesIo struct to retrieve dependencies.