Module docs_rs

Module docs_rs 

Source
Expand description

Retriever that uses the Docs.rs website.

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§

DocsRs
docs.rs Retriever implementation.

Traits§

Retriever
Trait used by the DocsRs struct to retrieve dependencies.