loc 0.5.0

Count lines of code (cloc) fast.
Documentation
1
2
3
4
5
6
7
8
9
/// Documentation comment
pub fn main() void {
    const a = 5; // not-counted

    // Leading-comment
    const b = c"line comment embedded //";
    const c = \\line comment embedded // //
}