cargo-mend 0.16.1

Opinionated visibility auditing for Rust crates and workspaces
1
2
3
4
5
6
7
8
9
10
11
12
mod color;
mod diagnostic;
mod human;
mod output;
mod summary;
mod timing;

pub(crate) use human::render_human_report;
pub(crate) use output::ColorMode;
pub(crate) use output::CompilerStats;
pub(crate) use output::OutputFormat;
pub(crate) use timing::render_timing;