pub fn analyze_lockfile(
path: &Path,
options: AnalysisOptions,
) -> Result<RustinelReport, RustinelError>Expand description
Analyze one Cargo.lock (check mode).
pub fn analyze_lockfile(
path: &Path,
options: AnalysisOptions,
) -> Result<RustinelReport, RustinelError>Analyze one Cargo.lock (check mode).