cargo-bless 0.1.8

Modernize your Rust dependencies with blessed.rs + live intel
Documentation
1
2
3
4
5
6
7
8
9
10
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;