big-code-analysis-cli 1.1.0

Tool to compute and export code metrics
Documentation
1
2
3
4
5
6
7
//! `bca` binary entry point. All logic lives in the
//! [`big_code_analysis_cli`] library so the workspace `xtask` crate can
//! reuse the same `clap` definition to render man pages.

fn main() {
    big_code_analysis_cli::run();
}