qc-cli 0.5.0

qc is designed to give you an instant breakdown of your codebase composition. It uses Memory Mapping (Mmap) and Parallel Directory Walking to scan tens of thousands of files in milliseconds.
{
  "totals": {
    "code": 1560,
    "comment": 90,
    "blank": 308,
    "bytes": 71143
  },
  "languages": [
    {
      "lang": {
        "kind": "Identified",
        "name": "Rust"
      },
      "code": 874,
      "comment": 84,
      "blank": 152,
      "bytes": 31303
    },
    {
      "lang": {
        "kind": "None"
      },
      "code": 669,
      "comment": 6,
      "blank": 149,
      "bytes": 39259
    },
    {
      "lang": {
        "kind": "Identified",
        "name": "Makefile"
      },
      "code": 17,
      "comment": 0,
      "blank": 7,
      "bytes": 581
    }
  ],
  "files": [
    {
      "path": "./LICENSE",
      "lang": {
        "kind": "None"
      },
      "code": 566,
      "comment": 5,
      "blank": 126,
      "bytes": 35895
    },
    {
      "path": "./src/walk/analyze.rs",
      "lang": {
        "kind": "Identified",
        "name": "Rust"
      },
      "code": 195,
      "comment": 43,
      "blank": 35,
      "bytes": 8577
    },
    {
      "path": "./src/output/text.rs",
      "lang": {
        "kind": "Identified",
        "name": "Rust"
      },
      "code": 175,
      "comment": 3,
      "blank": 32,
      "bytes": 5900
    },
    {
      "path": "./src/args.rs",
      "lang": {
        "kind": "Identified",
        "name": "Rust"
      },
      "code": 153,
      "comment": 4,
      "blank": 19,
      "bytes": 5472
    },
    {
      "path": "./src/walk/mod.rs",
      "lang": {
        "kind": "Identified",
        "name": "Rust"
      },
      "code": 108,
      "comment": 3,
      "blank": 21,
      "bytes": 3197
    },
    {
      "path": "./src/report.rs",
      "lang": {
        "kind": "Identified",
        "name": "Rust"
      },
      "code": 89,
      "comment": 0,
      "blank": 13,
      "bytes": 2243
    },
    {
      "path": "./src/walk/classify.rs",
      "lang": {
        "kind": "Identified",
        "name": "Rust"
      },
      "code": 46,
      "comment": 8,
      "blank": 10,
      "bytes": 1770
    },
    {
      "path": "./README.md",
      "lang": {
        "kind": "None"
      },
      "code": 43,
      "comment": 1,
      "blank": 17,
      "bytes": 1860
    },
    {
      "path": "./src/assets.rs",
      "lang": {
        "kind": "Identified",
        "name": "Rust"
      },
      "code": 38,
      "comment": 4,
      "blank": 7,
      "bytes": 1493
    },
    {
      "path": "./src/main.rs",
      "lang": {
        "kind": "Identified",
        "name": "Rust"
      },
      "code": 40,
      "comment": 1,
      "blank": 9,
      "bytes": 1290
    }
  ],
  "elapsed_ms": 3
}