Crate cargo_geiger

Source
Expand description

These modules expose the internal workings of cargo-geiger. They are currently not stable, and therefore have no associated SemVer. As such, any function contained within may be subject to change.

Modulesยง

args
Argument parsing
cli
Bootstrapping functions for structs required by the CLI
graph
Construction of the dependency graph
mapping
Mapping functionality from cargo::core to cargo_metadata
readme
Interaction with README.md files
scan
Functions for scanning projects for unsafe code