| ... | ... | @@ -1,11 +1,12 @@ |
| 1 | 1 | # zig-tracer |
| 2 | 2 | |
| 3 | | Generic tracing library for Zig, supports multiple backends. |
| 4 | | |
| 5 | | ## Install |
| 3 |  |
| 4 | [](https://github.com/nektro/zig-tracer/blob/master/LICENSE) |
| 5 | [](https://github.com/sponsors/nektro) |
| 6 | [](https://ziglang.org/) |
| 7 | [](https://github.com/nektro/zigmod) |
| 6 | 8 | |
| 7 | | - Supports Zigmod |
| 8 | | - Supports Zig package manager |
| 9 | Generic tracing library for Zig, supports multiple backends. |
| 9 | 10 | |
| 10 | 11 | ## Usage |
| 11 | 12 | |
| ... | ... | @@ -59,7 +60,3 @@ Any custom backend may also be used that defines the following functions: |
| 59 | 60 | - `pub fn deinit_thread() void` |
| 60 | 61 | - `pub inline fn trace_begin(ctx: tracer.Ctx, comptime ifmt: []const u8, iargs: anytype) void` |
| 61 | 62 | - `pub inline fn trace_end(ctx: tracer.Ctx) void` |
| 62 | | |
| 63 | | ## License |
| 64 | | |
| 65 | | MIT |