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§

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