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
pub mod insights;
pub mod reporter;
pub mod standard_report;
pub mod templates;
pub mod utils;

pub use reporter::HtmlReporter;