Count, or compute differences of, lines of source code and comments.
--> calculate -\
walk directory --> channel<PathBuf> --> calculate -> Sum
--> calculate -/
e.g.
ltoddy@linuxbox:~/.cargo/registry/src$ cloc github.com-1ecc6299db9ec823 --sort-by=code
0.5971 secs
┌────────────────────────────────────────────────────────────────────────┐
| Language files Size Blank Comment Code |
├────────────────────────────────────────────────────────────────────────┤
| Html 3 622.00 B 1 0 19 |
| CSS 3 1.56 KB 15 6 54 |
| Ruby 1 1.41 KB 8 2 68 |
| Python 21 120.17 KB 556 2031 1049 |
| Cpp 9 79.25 KB 190 42 1830 |
| Shell 96 289.45 KB 1169 1728 7523 |
| Json 222 410.30 KB 0 0 17563 |
| CHeader 242 1018.47 KB 3655 8764 20101 |
| Markdown 381 1.59 MB 11747 0 30570 |
| C 257 2.46 MB 11613 8589 70725 |
| Rust 4861 59.06 MB 128216 245762 1476442 |
├────────────────────────────────────────────────────────────────────────┤
| Sum 6096 64.99 MB 157170 266924 1625944 |
└────────────────────────────────────────────────────────────────────────┘
$ cargo install cloc
or
$ git clone https://github.com/ltoddy/cloc-rs.git
$ cargo install --path cloc-rs
src/config.rs
文件中, Config
结构体的default
方法中, 使用language!
宏来定义规则.language!($name, $ext, $single, $multi)
参数解释:
unwrap()