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 @@
11# zig-tracer
22
3Generic tracing library for Zig, supports multiple backends.
4
5## Install
3![loc](https://sloc.xyz/github/nektro/zig-tracer)
4[![license](https://img.shields.io/github/license/nektro/zig-tracer.svg)](https://github.com/nektro/zig-tracer/blob/master/LICENSE)
5[![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 Zigmod
8- Supports Zig package manager
9Generic tracing library for Zig, supports multiple backends.
910
1011## Usage
1112
......@@ -59,7 +60,3 @@ Any custom backend may also be used that defines the following functions:
5960- `pub fn deinit_thread() void`
6061- `pub inline fn trace_begin(ctx: tracer.Ctx, comptime ifmt: []const u8, iargs: anytype) void`
6162- `pub inline fn trace_end(ctx: tracer.Ctx) void`
62
63## License
64
65MIT