rubyfast 1.2.0

A Ruby performance linter rewritten in Rust — detects 19 common anti-patterns, ~100x faster than the original fasterer gem
Documentation
1
2
3
4
pub mod for_loop_scanner;
pub mod method_call_scanner;
pub mod method_definition_scanner;
pub mod rescue_scanner;