cargo-bless 0.3.1

Modernize your Rust dependencies with blessed.rs + live intel
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod advisories;
pub mod bs_detector;
pub mod code_audit;
pub mod feedback;
pub mod fix;
pub mod intel;
pub mod output;
pub mod parser;
pub mod policy;
pub mod suggestions;
pub mod updater;