cargo-mend 0.20.1

Opinionated visibility auditing for Rust crates and workspaces
1
2
3
4
5
6
7
8
// build info
pub(crate) const BUILD_INFO_UNKNOWN: &str = "unknown";

// fingerprints
pub(crate) const FINGERPRINT_HEX_WIDTH: usize = 16;

// help url
pub(crate) const HELP_URL_BASE: &str = "https://github.com/natepiano/cargo-mend";