crcdir 0.1.0

A thin wrapper around crc32fast to checksum an entire directory
1
2
3
4
5
6
7
8
9
name: crc32dir
version: "0.1.0"
author: Jack Gallagher <jack@gallabytes.com>
about: checksums a directory quickly
args:
  - INPUT:
    help: sets the root directory to use
    required: true
    index: 1