From cc75b7f652c7cd51cbfa6e3c7e8155cd153bb68b Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Wed, 21 May 2025 13:32:28 -0700 Subject: [PATCH] ziginfra README sync --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 764f193d876cac9e2aca347550c21090a9d9c009..b7bed2cdd298555078b79fd3250801ff77cd5cd2 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # zig-tracer +![loc](https://sloc.xyz/github/nektro/zig-tracer) +[![license](https://img.shields.io/github/license/nektro/zig-tracer.svg)](https://github.com/nektro/zig-tracer/blob/master/LICENSE) +[![nektro @ github sponsors](https://img.shields.io/badge/sponsors-nektro-purple?logo=github)](https://github.com/sponsors/nektro) +[![Zig](https://img.shields.io/badge/Zig-0.14-f7a41d)](https://ziglang.org/) +[![Zigmod](https://img.shields.io/badge/Zigmod-latest-f7a41d)](https://github.com/nektro/zigmod) + Generic tracing library for Zig, supports multiple backends. -## Install - -- Supports Zigmod -- Supports Zig package manager - ## Usage in your program: @@ -59,7 +60,3 @@ Any custom backend may also be used that defines the following functions: - `pub fn deinit_thread() void` - `pub inline fn trace_begin(ctx: tracer.Ctx, comptime ifmt: []const u8, iargs: anytype) void` - `pub inline fn trace_end(ctx: tracer.Ctx) void` - -## License - -MIT -- 2.54.0