cargo-mend 0.16.1

Opinionated visibility auditing for Rust crates and workspaces
1
2
3
4
5
6
7
8
mod execute;
mod progress;
mod stderr;

pub(crate) use execute::BuildOutputMode;
pub(crate) use execute::SelectionResult;
pub(crate) use execute::run_cargo_fix;
pub(crate) use execute::run_selection;