Expand description
Recover dependency list from compiled Rust binaries
Most functions and types in this module only appear
when the binary_scanning
feature is enabled.
Enums§
- Binary
Format - Formats of compiled executables that can be scanned
- Binary
Report - Dependencies recovered from scanning a compiled Rust executable
Functions§
- filter_
report_ by_ binary_ type - Filters a Report to remove advisories not applicable to the given binary type.
- load_
deps_ from_ binary - Load the dependency tree from a compiled Rust executable.