2025-10-24 14:05:36 +02:00
2025-10-24 12:02:44 +00:00
2025-10-24 14:13:54 +02:00
2025-10-24 14:05:36 +02:00
2025-10-24 12:02:44 +00:00
2025-10-24 14:13:37 +02:00

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
Small logging library.
Readme Apache-2.0 53 KiB
Languages
Zig 100%