Expand description
Collectors for Rust dependencies
A Collector
is responsible for extracting the dependencies of a particular project and then get information about them, usually by using a Retriever
.
This crate currently exposes one FileCollector
implementation that uses a Retriever
.
It’s important to notice that a Collector
is generic over a Retriever
(or several).
This is useful so we can mock the Retriever
in our tests.
Structs§
- Rust
- Rust dependency collector.