rustcop 0.1.3

A Rust style linter and formatter inspired by C#'s StyleCop
Documentation
1
2
3
fn main() {
    rustcop::run(std::env::args_os());
}