zig-devel/lz4
No description provided.
Extremely fast compression algorithm
Install library:
zig fetch --save https://github.com/zig-devel/lz4/archive/refs/tags/1.10.0-0.tar.gz
Statically link with mod
module:
const lz4 = b.dependency("lz4", .{
.target = target,
.optimize = optimize,
});
mod.linkLibrary(lz4.artifact("lz4"));
All code in this repo is dual-licensed under 0BSD OR GPL-2.0-or-later.