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