nestegg

nestegg

nestegg on the Zig Build System.

Usage

Add this package to build.zig.zon:

zig fetch --save git+https://github.com/KNnut/nestegg

And then import nestegg in build.zig with:

const nestegg_dep = b.dependency("nestegg", .{
    .target = target,
    .optimize = optimize,
});
exe.root_module.linkLibrary(nestegg_dep.artifact("nestegg"));