crc32c lib for zig
const crc32c = @import("zpp-crc32c");
const hello_checksum = crc32c.value("hello");
// extend
const helloworld_checksum = crc32c.extend(hello_checksum, "world");
git submodule update --init
./build.sh
./build.sh run -- hello world
./build.sh run-c -- hello world
./test.sh
./build.sh dist
./build.sh dist VERSION GITHUB_TOKEN
./build.sh clean
./build.sh tag v$VERSION