f489c96de29435d4824dbf7546b58ccd6e2c83c1
faller
Small logging library.
Installation
Run:
zig fetch --save git+https://git.pascalzittlau.de/pzittlau/faller.git
Then put this in build.zig:
const faller = b.dependency("faller", .{
.target = target,
.optimize = optimize,
// Other options
});
mod.addImport("faller", faller.module("faller"));
License
Apache 2.0
Description
Languages
Zig
100%