authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:32:28 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 13:32:28 -07:00
logcc75b7f652c7cd51cbfa6e3c7e8155cd153bb68b
tree3a16046589e981fca7c8782f3f37a274044cf0c9
parent4fb61d4447b4e90d385c961a45c54aed8352381e

ziginfra README sync


1 files changed, 6 insertions(+), 9 deletions(-)

README.md+6-9
...@@ -1,11 +1,12 @@...@@ -1,11 +1,12 @@
1# zig-tracer1# zig-tracer
22
3Generic tracing library for Zig, supports multiple backends.3![loc](https://sloc.xyz/github/nektro/zig-tracer)
44[![license](https://img.shields.io/github/license/nektro/zig-tracer.svg)](https://github.com/nektro/zig-tracer/blob/master/LICENSE)
5## Install5[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro)
6[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/)
7[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod)
68
7- Supports Zigmod9Generic tracing library for Zig, supports multiple backends.
8- Supports Zig package manager
910
10## Usage11## Usage
1112
...@@ -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
65MIT