zig-devel/zstd
No description provided.
Zstandard - Fast real-time compression algorithm
Install library:
zig fetch --save https://github.com/zig-devel/zstd/archive/refs/tags/1.5.7-0.tar.gz
Statically link with mod
module:
const zstd = b.dependency("zstd", .{
.target = target,
.optimize = optimize,
});
mod.linkLibrary(zstd.artifact("zstd"));
All code in this repo is multi-licensed under 0BSD OR BSD-3-Clause OR GPL-2.0-only.