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
5
6
7
8
9
10
pub mod analyzer;
pub mod ast_helpers;
pub mod cli;
pub mod comment_directives;
pub mod config;
pub mod file_traverser;
pub mod fix;
pub mod offense;
pub mod output;
pub mod scanner;