ferrous-forge 1.9.3

System-wide Rust development standards enforcer
Documentation
1
2
3
4
5
6
7
8
9
//! Edition management commands

mod analyze;
mod check;
mod migrate;

pub use analyze::handle_analyze;
pub use check::handle_check;
pub use migrate::handle_migrate;