Counts LOC in source files ( cpp,h,rs,py,c, ... ) by recursing into given path and also reports percentages of the LOC per file extension.
- Install Rust: https://rustup.rs
- Clone or unzip project
- cd project
- cargo build
- cargo run -- [path]
cargo run -- ../../
Discovering source files in : ../../
File traversal done. 16 suitable source files found.
Total lines of code : 21112
cpp = 54 ( % 0.2557787 )
rs = 21058 ( % 99.74422 )