howmany 3.0.0

A blazingly fast, intelligent code analysis tool with parallel processing, caching, and beautiful visualizations
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod cli;
pub mod interactive;
pub mod html;
pub mod sarif;
pub mod filters;

// Re-export commonly used types  
pub use cli::{Config, OutputFormat, SortBy};
pub use interactive::InteractiveDisplay;
pub use filters::{FilterOptions, FileFilter, ProjectFilter, FilterParser, FilteredOutputFormatter};