avatar_url
stringlengths
46
53
name
stringlengths
2
33
full_name
stringlengths
8
45
created_at
stringdate
2018-01-12 15:05:58
2025-05-18 21:51:14
description
stringlengths
7
327
default_branch
stringclasses
11 values
open_issues
int64
0
156
stargazers_count
int64
0
3.96k
forks_count
int64
0
182
watchers_count
int64
0
3.96k
tags_url
stringlengths
42
79
license
stringclasses
20 values
topics
listlengths
0
18
size
int64
0
760k
fork
bool
2 classes
updated_at
stringdate
2021-04-12 07:17:39
2025-05-22 07:54:00
has_build_zig
bool
2 classes
has_build_zig_zon
bool
2 classes
zig_minimum_version
stringclasses
35 values
repo_from
stringclasses
1 value
dependencies
listlengths
0
121
readme_content
stringlengths
3
96.8k
dependents
listlengths
0
21
https://avatars.githubusercontent.com/u/1916079?v=4
zig-sqlite
vrischmann/zig-sqlite
2020-12-12T01:45:21Z
zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig.
master
0
473
63
473
https://api.github.com/repos/vrischmann/zig-sqlite/tags
MIT
[ "sqlite", "zig", "zig-package" ]
10,562
false
2025-05-21T21:11:30Z
true
true
0.14.0
github
[ { "commit": null, "name": "sqlite", "tar_url": null, "type": "remote", "url": "https://sqlite.org/2025/sqlite-amalgamation-3480000.zip" } ]
zig-sqlite This package is a thin wrapper around <a>sqlite</a>'s C API. <em>Maintainer note</em>: I'm currently on a break working with Zig and don't intend to work on new features for zig-sqlite. I will keep it updated for the latest Zig versions because that doesn't take too much of my time. Status While the core...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
ZigAndroidTemplate
ikskuh/ZigAndroidTemplate
2020-07-25T15:59:33Z
This repository contains a example on how to create a minimal Android app in Zig.
master
16
386
36
386
https://api.github.com/repos/ikskuh/ZigAndroidTemplate/tags
MIT
[ "android", "android-support", "app-framework", "zig", "zig-package", "ziglang" ]
1,265
false
2025-05-19T11:00:52Z
true
false
unknown
github
[]
Android Apps in Zig This repository contains multiple examples of creating a minimal Android app in Zig. Examples There are 4 different examples. The examples have no dependencies on C code except for the android libraries, so they can be considered pure Zig apps. To select which example to build and run, pass th...
[]
https://avatars.githubusercontent.com/u/2567177?v=4
zware
malcolmstill/zware
2021-02-01T04:27:54Z
Zig WebAssembly Runtime Engine
master
15
328
14
328
https://api.github.com/repos/malcolmstill/zware/tags
MIT
[ "wasm", "webassembly", "zig", "zig-package", "ziglang" ]
3,281
false
2025-05-18T10:26:15Z
true
true
0.14.0
github
[ { "commit": "39f85a791cbbad91a253a851841a29777efdc2cd.tar.gz", "name": "wabt", "tar_url": "https://github.com/WebAssembly/wabt/archive/39f85a791cbbad91a253a851841a29777efdc2cd.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/WebAssembly/wabt" }, { "commit": "e25ae159357c055b3...
zware <strong>Zig WebAssembly Runtime Engine</strong> About <code>zware</code> is a library for executing WebAssembly embedded in <a>Zig</a> programs. Example From <code>examples/fib</code>: ```zig const std = @import("std"); const zware = @import("zware"); const Store = zware.Store; const Module = zw...
[]
https://avatars.githubusercontent.com/u/1519747?v=4
bold
kubkon/bold
2021-01-23T06:25:16Z
bold: the bold linker
main
3
318
25
318
https://api.github.com/repos/kubkon/bold/tags
MIT
[ "linker", "zig", "zig-package" ]
4,575
false
2025-05-20T02:44:02Z
true
true
unknown
github
[]
bold - the <em>bold</em> linker <blockquote> Bold used to be emerald, but due to time constraints and other commitments I am unable to develop and maintain the other drivers. Emerald now lives in another repo -&gt; <a>kubkon/emerald-old</a>. </blockquote> <code>bold</code> is a drop-in replacement for Apple system li...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
zig-args
ikskuh/zig-args
2020-03-04T21:34:00Z
Simple-to-use argument parser with struct-based config
master
8
275
28
275
https://api.github.com/repos/ikskuh/zig-args/tags
MIT
[ "option-parser", "option-parsing", "zig", "zig-package", "ziglang" ]
78
false
2025-05-12T10:06:42Z
true
true
0.14.0-dev.2801+4d8c24c6c
github
[]
Zig Argument Parser Simple-to-use argument parser with struct-based config Features <ul> <li>Automatic option generation from a config struct</li> <li>Familiar <em>look &amp; feel</em>:<ul> <li>Everything after the first <code>--</code> is assumed to be a positional argument</li> <li>A single <code>-</code> is interp...
[ "https://github.com/ikskuh/gurl", "https://github.com/jerome-trc/viletech-2022" ]
https://avatars.githubusercontent.com/u/65570835?v=4
known-folders
ziglibs/known-folders
2020-05-18T21:48:43Z
Provides access to well-known folders across several operating systems
master
3
262
23
262
https://api.github.com/repos/ziglibs/known-folders/tags
MIT
[ "zig", "zig-library", "zig-package" ]
99
false
2025-04-27T02:49:16Z
true
true
0.14.0-dev.3445+6c3cbb0c8
github
[]
Zig Known Folders Project Design Goals <ul> <li>Minimal API surface</li> <li>Provide the user with an option to either obtain a directory handle or a path name</li> <li>Keep to folders that are available on all operating systems</li> </ul> API ```zig pub const KnownFolder = enum { home, documents, pictur...
[ "https://github.com/EngineersBox/Flow", "https://github.com/getchoo/ziggy-with-it", "https://github.com/ikskuh/gurl", "https://github.com/jrachele/zig-sync", "https://github.com/kothavade/zldr", "https://github.com/paoda/zba", "https://github.com/reykjalin/todui" ]
https://avatars.githubusercontent.com/u/65570835?v=4
zlm
ziglibs/zlm
2020-05-30T21:03:20Z
Zig linear mathemathics
master
6
209
37
209
https://api.github.com/repos/ziglibs/zlm/tags
MIT
[ "game-math", "linear-algebra", "opengl-math", "zig", "zig-package", "ziglang" ]
92
false
2025-05-20T10:10:54Z
true
true
0.11.0
github
[]
zlm Zig linear mathemathics library. Current provides the following types: <ul> <li><code>Vec2</code></li> <li><code>Vec3</code></li> <li><code>Vec4</code></li> <li><code>Mat2</code></li> <li><code>Mat3</code></li> <li><code>Mat4</code></li> </ul> The library is currently built around the OpenGL coordinate system an...
[ "https://github.com/Darkfllame/Zig3D", "https://github.com/JadonBelair/voxel_renderer" ]
https://avatars.githubusercontent.com/u/265903?v=4
interface.zig
alexnask/interface.zig
2020-05-05T10:44:45Z
Dynamic dispatch for zig made easy
master
4
177
15
177
https://api.github.com/repos/alexnask/interface.zig/tags
MIT
[ "dynamic-dispatch", "zig", "zig-library", "zig-package" ]
39
false
2025-05-20T09:53:04Z
false
false
unknown
github
[]
Zig Interfaces Easy solution for all your zig dynamic dispatch needs! Features <ul> <li>Fully decoupled interfaces and implementations</li> <li>Control over the storage/ownership of interface objects</li> <li>Comptime support (including comptime-only interfaces)</li> <li>Async function partial support (blocking on <a...
[]
https://avatars.githubusercontent.com/u/265903?v=4
ctregex.zig
alexnask/ctregex.zig
2020-06-22T22:19:33Z
Compile time regular expressions in zig
master
5
133
15
133
https://api.github.com/repos/alexnask/ctregex.zig/tags
-
[ "compile-time", "regex", "zig", "zig-library", "zig-package" ]
143
false
2025-05-06T00:15:46Z
true
false
unknown
github
[]
Zig compile time regular expressions Generating fast code since 2020 Features <ul> <li>Comptime regular expression compilation</li> <li>Comptime and runtime matching</li> <li>UTF8, UTF16le, ASCII, codepoint array support</li> <li>Captures (with named <code>(:&lt;name&gt;...)</code> support)</li> <li><code>|</code>, <...
[]
https://avatars.githubusercontent.com/u/6756180?v=4
qml_zig
kassane/qml_zig
2020-12-19T17:33:55Z
QML bindings for the Zig programming language
main
2
108
4
108
https://api.github.com/repos/kassane/qml_zig/tags
Apache-2.0
[ "qml-bindings", "qml-zig", "zig", "zig-package", "ziglang" ]
1,696
false
2025-05-19T12:28:46Z
true
true
0.14.0
github
[ { "commit": "56cb910b368ad0f8ef1f18ef52d46ab8136ca5d6", "name": "dotherside", "tar_url": "https://github.com/filcuc/dotherside/archive/56cb910b368ad0f8ef1f18ef52d46ab8136ca5d6.tar.gz", "type": "remote", "url": "https://github.com/filcuc/dotherside" } ]
QML-zig Bindings are based on <a>DOtherSide</a> C bindings for QML Library is mostly feature-compliant with other bindings based on the library, but lacks some minor features and has quite a few bugs. Preview Build - Steps Requirements All software required for building. <ul> <li>Qt 5.15 or higher</li> <li>Z...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
zig-opengl
ikskuh/zig-opengl
2020-11-29T22:35:28Z
OpenGL binding generator based on the opengl registry
master
3
108
15
108
https://api.github.com/repos/ikskuh/zig-opengl/tags
EUPL-1.2
[ "gamedev", "opengl", "opengl-es", "opengl-loader", "zig", "zig-package", "ziglang" ]
824
false
2025-05-12T22:45:53Z
false
false
unknown
github
[]
Zig OpenGL Binding This is a pragmatic binding to different OpenGL versions. It uses the official <a>OpenGL Registry</a> by Khronos to generate the Zig code. Right now, it does minimal adjustments like removing the <code>gl</code> prefix from functions or the <code>GL_</code> prefix from constants. Everything else i...
[]
https://avatars.githubusercontent.com/u/13420428?v=4
zglfw
IridescenceTech/zglfw
2020-09-17T18:03:48Z
A thin, idiomatic wrapper for GLFW. Written in Zig, for Zig!
master
0
104
14
104
https://api.github.com/repos/IridescenceTech/zglfw/tags
NOASSERTION
[ "glfw", "opengl", "zig", "zig-package" ]
380
false
2025-05-19T05:33:30Z
true
true
0.14.0
github
[]
zGLFW A thin, idiomatic wrapper for GLFW. Written in Zig, for Zig! Why write a wrapper? While Zig is PERFECTLY capable of simply <code>@cImport</code>ing glfw3.h and using it in your application, I think it lacks a lot of cleanliness and succinctness that can be expressed with Zig. I decided to write this wrapper t...
[ "https://github.com/Aryvyo/zigClipboard", "https://github.com/Avokadoen/zig_vulkan", "https://github.com/Name-hw/JanRenderer", "https://github.com/Senryoku/Deecy", "https://github.com/azillion/gravitas", "https://github.com/braheezy/zonk", "https://github.com/cyberegoorg/cetech1", "https://github.com/...
https://avatars.githubusercontent.com/u/69380057?v=4
Zig-PSP
zPSP-Dev/Zig-PSP
2020-07-30T20:32:10Z
A project to bring the Zig Programming Language to the Sony PlayStation Portable!
master
1
99
8
99
https://api.github.com/repos/zPSP-Dev/Zig-PSP/tags
NOASSERTION
[ "psp", "psp-sdk", "zig", "zig-package" ]
3,746
false
2025-05-13T19:30:18Z
true
true
0.14.0
github
[ { "commit": "b5fbd5e13a7925def1810a40dbda4954755aa2f0", "name": "zPBPTool", "tar_url": "https://github.com/zPSP-Dev/zPBPTool/archive/b5fbd5e13a7925def1810a40dbda4954755aa2f0.tar.gz", "type": "remote", "url": "https://github.com/zPSP-Dev/zPBPTool" }, { "commit": "cda98b6f5fa970e42eed596c5...
Zig-PSP A project to bring Zig to the Sony PlayStation Portable Why Zig on the PSP? In the PSP programming community, many libraries, tools, and other features are written in C or C++, which as we know has its problems with writing clean, reusable, and high quality code. Given that the core objectives of Zig as a l...
[]
https://avatars.githubusercontent.com/u/124872?v=4
zigly
jedisct1/zigly
2020-11-17T18:24:22Z
The easiest way to write services for Fastly's Compute@Edge in Zig.
master
0
89
2
89
https://api.github.com/repos/jedisct1/zigly/tags
Apache-2.0
[ "fastly", "webassembly", "zig", "zig-library", "zig-package" ]
125
false
2025-05-11T02:38:24Z
true
true
unknown
github
[]
The easiest way to write Fastly Compute services in Zig. <ul> <li><a></a></li> <li><a>What is Fastly Compute?</a></li> <li><a>What is Zigly?</a></li> <li><a>Usage</a><ul> <li><a>Example application</a></li> <li><a>Adding Zigly as a dependency</a></li> <li><a>A minimal WebAssembly program</a></li> <li><a>Testing Fastl...
[]
https://avatars.githubusercontent.com/u/124872?v=4
zig-charm
jedisct1/zig-charm
2020-10-27T17:32:21Z
A Zig version of the Charm crypto library.
main
0
85
6
85
https://api.github.com/repos/jedisct1/zig-charm/tags
MIT
[ "charm", "crypto", "cryptography", "lightweight", "xoodoo", "zig", "zig-package", "ziglang" ]
22
false
2025-05-12T18:44:59Z
true
true
0.14.0
github
[]
charm A tiny, self-contained cryptography library, implementing authenticated encryption and keyed hashing. Charm was especially designed for memory-constrained devices, but can also be used to add encryption support to WebAssembly modules with minimal overhead. Any number of hashing and authenticated encryption ope...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
ansi_term
ziglibs/ansi_term
2020-07-27T21:04:27Z
Zig library for dealing with ANSI terminals
master
4
84
8
84
https://api.github.com/repos/ziglibs/ansi_term/tags
MIT
[ "ansi-terminal", "zig", "zig-package", "ziglang" ]
65
false
2025-05-21T04:09:14Z
true
true
0.14.0
github
[]
ansi_term Zig library for dealing with ANSI Terminals (escape codes, styles, etc.) <blockquote> <span class="bg-green-100 text-green-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-green-900 dark:text-green-300">IMPORTANT</span> This library was renamed from <code>ansi-term</code>, now using an underscor...
[ "https://github.com/joachimschmidt557/zig-termbox", "https://github.com/neurocyte/zat", "https://github.com/ziglibs/lscolors" ]
https://avatars.githubusercontent.com/u/80392719?v=4
serial
ZigEmbeddedGroup/serial
2020-04-19T18:45:34Z
Serial port configuration library for Zig
master
6
77
22
77
https://api.github.com/repos/ZigEmbeddedGroup/serial/tags
MIT
[ "serial", "serial-port", "uart", "zig", "zig-package", "ziglang" ]
81
false
2025-04-26T07:06:44Z
true
true
0.14.0
github
[]
Zig Serial Port Library Library for configuring and listing serial ports. Features <ul> <li>Basic serial port configuration</li> <li>Baud Rate</li> <li>Parity (none, even, odd, mark, space)</li> <li>Stop Bits (one, two)</li> <li>Handshake (none, hardware, software)</li> <li>Byte Size (5, 6, 7, 8)</li> <li>Flush seria...
[ "https://github.com/Harry-Heath/micro", "https://github.com/Strum355/wdnas-exporter", "https://github.com/ringtailsoftware/commy" ]
https://avatars.githubusercontent.com/u/3759175?v=4
ziter
Hejsil/ziter
2020-11-04T18:10:36Z
The missing iterators for Zig
master
1
76
2
76
https://api.github.com/repos/Hejsil/ziter/tags
MIT
[ "functional", "iterator", "iterator-library", "iterators", "zig", "zig-library", "zig-package" ]
133
false
2025-05-08T07:11:00Z
true
true
0.14.0
github
[]
ziter An iterator library for zig inspired by the iterators in the Rust standard libary. ```zig const iter = @import("ziter"); const std = @import("std"); test "ascii" { const ascii_digits = iter.range(u8, 0, 255) .filter({}, iter.void_ctx(std.ascii.isDigit)); <code>const ascii_alpha = try iter.range(u8...
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-tracy
nektro/zig-tracy
2021-01-07T05:40:12Z
Zig bindings for the Tracy profiler.
master
2
76
5
76
https://api.github.com/repos/nektro/zig-tracy/tags
MIT
[ "zig-package" ]
24
false
2025-04-07T15:12:07Z
true
false
unknown
github
[]
zig-tracy <a></a> <a></a> Zig integration for the Tracy profiler. https://github.com/wolfpld/tracy Currently uses tracy v0.7.8 Adding to your project Using the https://github.com/nektro/zigmod package manager. <code>yml root_dependencies: - src: git https://github.com/nektro/zig-tracy</code> Adding it to you...
[]
https://avatars.githubusercontent.com/u/124872?v=4
zig-minisign
jedisct1/zig-minisign
2020-12-05T21:33:09Z
Minisign reimplemented in Zig.
main
2
70
7
70
https://api.github.com/repos/jedisct1/zig-minisign/tags
NOASSERTION
[ "crypto", "minisign", "signatures", "zig", "zig-package" ]
115
false
2025-05-12T19:38:29Z
true
true
0.14.0
github
[]
zig-minisign A Zig implementation of <a>Minisign</a>. <code>minizign</code> was primarily designed to verify signatures, although signing is likely to be implemented next. Compilation Requires the current <code>master</code> version of <a>Zig</a>. Compile with: <code>sh zig build -Doptimize=ReleaseSmall</code> f...
[]
https://avatars.githubusercontent.com/u/37966791?v=4
zfltk
MoAlyousef/zfltk
2021-01-19T16:04:08Z
Zig bindings for the FLTK gui library
main
5
66
8
66
https://api.github.com/repos/MoAlyousef/zfltk/tags
MIT
[ "fltk", "gui", "zig", "zig-package" ]
9,454
false
2025-05-19T08:21:33Z
true
true
unknown
github
[]
zfltk A Zig wrapper for the FLTK gui library. Running the examples <code>git clone https://github.com/MoAlyousef/zfltk --recurse-submodules cd zfltk zig build run-simple zig build run-capi zig build run-editor zig build run-input zig build run-image zig build run-mixed</code> Usage Until an official Zig package ma...
[]
https://avatars.githubusercontent.com/u/24529384?v=4
zig-sfml-wrapper
Guigui220D/zig-sfml-wrapper
2020-10-29T16:25:03Z
A zig wrapper for csfml
main
9
57
9
57
https://api.github.com/repos/Guigui220D/zig-sfml-wrapper/tags
NOASSERTION
[ "binding", "csfml", "sfml", "wrapper", "zig", "zig-package" ]
7,523
false
2025-05-21T00:42:59Z
true
true
unknown
github
[]
Zig <a>SFML</a> Wrapper A pretty interface to use CSFML in a way that looks Object-Oriented in zig! What this is This is a wrapper for CSFML. Theres no problem importing CSFML in Zig, but the resulting code can be a little bit messy. My goal is to make things close enough to SFML, with nice methods. This currently ...
[]
https://avatars.githubusercontent.com/u/473672?v=4
nfd-zig
fabioarnold/nfd-zig
2020-12-27T19:12:22Z
OS-native file dialogs on Linux, macOS and Windows
master
1
55
13
55
https://api.github.com/repos/fabioarnold/nfd-zig/tags
MIT
[ "file-dialog", "native", "zig", "zig-package" ]
184
false
2025-05-20T18:15:07Z
true
false
unknown
github
[]
nfd-zig <code>nfd-zig</code> is a Zig binding to the library <a>nativefiledialog</a> which provides a convenient cross-platform interface to opening file dialogs on Linux, macOS and Windows. This library has been tested on Windows 10, macOS 11.1 and Linux. Usage You can run a demo with <code>zig build run</code>. T...
[]
https://avatars.githubusercontent.com/u/1562827?v=4
art.zig
travisstaloch/art.zig
2020-05-29T00:05:31Z
An Adaptive Radix Tree ported from c
master
1
51
4
51
https://api.github.com/repos/travisstaloch/art.zig/tags
MIT
[ "zig-library", "zig-package" ]
2,957
false
2025-05-08T21:02:58Z
true
false
unknown
github
[]
Archived NOTICE - I don't see the value in maintaining this any more as it has become a burden and I don't see any value when there is armon/libart which is more robust and proven. Also zig's std.StringHashMap() out-performs this implementation by around 2x in the benchmarks below. If anyone sees value in this pro...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
zinput
ziglibs/zinput
2020-05-24T19:22:58Z
A Zig command-line input library!
master
4
50
6
50
https://api.github.com/repos/ziglibs/zinput/tags
-
[ "zig", "zig-package", "ziglang" ]
26
false
2025-01-18T16:24:54Z
true
false
unknown
github
[]
zinput A Zig command-line input library! <ul> <li><a>zinput</a><ul> <li><a>Usage</a></li> </ul> </li> </ul> Usage ```zig const zinput = @import("zinput"); const my_string = try zinput.askString(allocator, "I need a string!", 128); defer allocator.free(my_string); ``` Check out the test in <code>main.zig</code> for...
[]
https://avatars.githubusercontent.com/u/1519747?v=4
zacho
kubkon/zacho
2020-08-26T19:38:17Z
Zig's Mach-O parser
master
0
44
4
44
https://api.github.com/repos/kubkon/zacho/tags
MIT
[ "zig", "zig-package" ]
198
false
2025-05-10T11:12:03Z
true
true
unknown
github
[ { "commit": "b9a7c13bef81b32d2df0ccc78994001c795ef805.tar.gz", "name": "zigkit", "tar_url": "https://github.com/kubkon/ZigKit/archive/b9a7c13bef81b32d2df0ccc78994001c795ef805.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/kubkon/ZigKit" } ]
zacho ...or Zig's Mach-O parser. This project started off as a dummy scratchpad for reinforcing my understanding of the Mach-O file format while I was working on the Zig's stage2 Mach-O linker (I still am working on it, in case anyone was asking). My current vision for <code>zacho</code> is for it to be a cross-platf...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
ZTT
ikskuh/ZTT
2021-02-06T08:04:04Z
Precompiled Zig text template engine
master
0
32
4
32
https://api.github.com/repos/ikskuh/ZTT/tags
Zlib
[ "template-engine", "text-templating-engine", "zig", "zig-package", "ziglang" ]
13
false
2025-04-08T13:17:56Z
true
false
unknown
github
[]
Zig Text Templates This project implements a template generator for Zig that works similar to how PHP works. It allows you to mix plain text and Zig code to generate automatic text files. Consider the following example: <code>``zig &lt;# // This tag let's you import global statements available to the</code>render()...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
zig-bearssl
ikskuh/zig-bearssl
2020-05-21T00:42:45Z
A BearSSL binding for Zig
master
1
32
11
32
https://api.github.com/repos/ikskuh/zig-bearssl/tags
MIT
[ "bearssl", "ssl", "tls", "zig", "zig-package", "ziglang" ]
1,061
false
2025-04-29T13:25:50Z
true
true
unknown
github
[]
zig-bearssl A <a>BearSSL</a> binding for Zig, providing primitive (and probably unsafe, i'm no SSL expert) bindings for SSL and TLS connections to generic zig code.
[ "https://github.com/ikskuh/gurl" ]
https://avatars.githubusercontent.com/u/15308111?v=4
comptime_hash_map
Vexu/comptime_hash_map
2020-06-27T17:56:20Z
A statically initiated HashMap
master
0
27
4
27
https://api.github.com/repos/Vexu/comptime_hash_map/tags
MIT
[ "compile-time", "zig", "zig-library", "zig-package" ]
11
false
2025-03-10T12:26:19Z
true
true
unknown
github
[]
Comptime HashMap A statically initiated HashMap, originally a pull request to the Zig std lib <a>#5359</a>. Installation Build for Zig <code>0.13.0</code>. <code>sh zig fetch --save git+https://github.com/Vexu/comptime_hash_map</code> In your <code>build.zig</code>: <code>zig const chm = b.dependency("comptime_has...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
string-searching
ziglibs/string-searching
2020-05-05T11:39:10Z
String(not limited to []const u8)-searching algorithms in zig
master
1
25
0
25
https://api.github.com/repos/ziglibs/string-searching/tags
MIT
[ "bitap-algorithm", "boyer-moore", "zig", "zig-package", "ziglang" ]
40
false
2025-05-08T07:36:41Z
true
false
unknown
github
[]
string-searching Implementation of some string-search algorithms in <a>zig</a>. Compatible with zig 0.13.0. Boyer-Moore string searching Ported from the implementation in the Go standard library: <a>strings/search.go</a>. Bitap algorithm Inspired by the code on the <a>Wikipedia article</a>.
[]
https://avatars.githubusercontent.com/u/65570835?v=4
painterz
ziglibs/painterz
2020-07-16T09:35:41Z
Low-level implementation of different painting primitives (lines, rectangles, ...) without specialization on a certain draw target
master
1
23
1
23
https://api.github.com/repos/ziglibs/painterz/tags
MIT
[ "2d-graphics", "canvas", "graphics", "painting", "zig", "zig-package", "ziglang" ]
24
false
2025-03-21T04:33:13Z
true
true
unknown
github
[]
painterz The idea of this library is to provide platform-independent, embedded-feasible implementations of several drawing primitives. The library exports a generic <code>Canvas</code> type which is specialized on a <code>setPixel</code> function that will put pixels of type <code>Color</code> onto a <code>Framebuffe...
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-ansi
nektro/zig-ansi
2020-12-09T19:24:11Z
ANSI utilities for CLI usage in Zig.
master
2
21
1
21
https://api.github.com/repos/nektro/zig-ansi/tags
MIT
[ "zig", "zig-package" ]
19
false
2025-05-21T20:33:19Z
true
false
unknown
github
[]
zig-ansi <a></a> <a></a> <a></a> <a></a> <a></a> ANSI utilities for CLI usage in Zig. Zig <ul> <li>https://ziglang.org/</li> <li>https://github.com/ziglang/zig</li> <li>https://github.com/ziglang/zig/wiki/Community</li> </ul> Getting Started Using https://github.com/nektro/zigmod, add a <code>git</code> type with...
[]
https://avatars.githubusercontent.com/u/2286349?v=4
zig-x86_64
leecannon/zig-x86_64
2020-07-25T14:44:59Z
Support for x86_64 specific instructions (e.g. TLB flush), registers (e.g. control registers), and structures (e.g. page tables)
master
0
17
2
17
https://api.github.com/repos/leecannon/zig-x86_64/tags
MIT
[ "osdev", "x86", "x86-64", "zig", "zig-library", "zig-package", "ziglang" ]
307
false
2025-03-26T01:57:10Z
true
false
unknown
github
[]
zig-x86_64 <a></a> <strong>I don't use this library anymore. I made this as a port of the rust crate but over time I have come to dislike the API.</strong> <strong>As written it does not support self-hosted so will probably be deleted with the release of zig 0.11</strong> This repo contains various functionality re...
[]
https://avatars.githubusercontent.com/u/1327032?v=4
zig-windows-process
GoNZooo/zig-windows-process
2020-06-21T13:08:51Z
Toolset for interacting with Windows processes in Zig
main
0
16
1
16
https://api.github.com/repos/GoNZooo/zig-windows-process/tags
-
[ "processes", "win32", "windows", "zig", "zig-package", "ziglang" ]
1,071
false
2025-04-16T11:52:37Z
true
false
unknown
github
[]
zig-windows-process This repo is meant to hold tools for tinkering with Windows processes (though I might extend it in the future) to allow for a higher-level interface for injecting DLLs and such. The primary motivation is that I'd like to have a basic toolkit for dealing with things that usually come up in game hac...
[]
https://avatars.githubusercontent.com/u/265903?v=4
PeerType
alexnask/PeerType
2020-11-19T12:57:04Z
Zig peer type resolution at comptime, ported from the compiler source code
master
0
15
3
15
https://api.github.com/repos/alexnask/PeerType/tags
MIT
[ "metaprogramming", "zig", "zig-library", "zig-package" ]
31
false
2023-03-15T18:05:08Z
false
false
unknown
github
[]
PeerType API <code>zig /// types must be an iterable of types (tuple, slice, ptr to array) pub fn PeerType(comptime types: anytype) ?type; pub fn coercesTo(comptime dst: type, comptime src: type) bool; pub fn requiresComptime(comptime T: type) bool;</code> License MIT
[]
https://avatars.githubusercontent.com/u/60146383?v=4
zetaframe
zetaframe/zetaframe
2020-04-19T19:50:11Z
lightweight zig game framework.
master
0
15
0
15
https://api.github.com/repos/zetaframe/zetaframe/tags
Apache-2.0
[ "game-engine", "game-framework", "game-framework-engine", "gamedev", "zig-library", "zig-package", "ziglang" ]
1,023
false
2025-05-09T06:06:01Z
true
false
unknown
github
[]
zetaframe A <code>wip</code> lightweight zig game framework. Modules core The core of all zetaframe applications. zetaframe is based around a Entity Component System (ECS). math A glsl compatible linear algebra library. <code>wip</code> render An powerful vulkan render api. <code>wip</code>. Will later incl...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
zig-uri
ikskuh/zig-uri
2020-05-15T16:00:29Z
A small URI parser that parses URIs after RFC3986
master
1
11
2
11
https://api.github.com/repos/ikskuh/zig-uri/tags
MIT
[ "uri-parser", "zig", "zig-package", "ziglang" ]
21
false
2024-03-25T21:15:01Z
false
false
unknown
github
[]
Zig URI Parser A small URI parser that parses URIs after <a>RFC3986</a>. <blockquote> <strong>NOTICE: THIS LIBRARY IS DEPRECATED!</strong> This library is now part of zig <code>std</code> library, available as <code>std.Uri</code> since <a>87b2234</a>. </blockquote> Usage Example <code>zig var link = try uri.parse...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
zig-windows-console
ziglibs/zig-windows-console
2021-01-06T03:04:07Z
Zig Windows Console stuff
main
0
8
1
8
https://api.github.com/repos/ziglibs/zig-windows-console/tags
MIT
[ "console-application", "windows-console", "zig", "zig-package", "ziglang" ]
53
false
2025-01-02T01:39:20Z
true
false
unknown
github
[]
zig-windows-console Tools for all your Zig + Windows Console needs! Usage Add this to your <code>build.zig</code> and check out <code>examples/events.zig</code> for a quick, 5 minute primer. Try It! ```bash Build it! zig build demo ```
[]
https://avatars.githubusercontent.com/u/124872?v=4
zig-alzette
jedisct1/zig-alzette
2020-08-18T16:46:53Z
Implementation of the Alzette box and the CRAX block cipher in Zig.
master
0
8
1
8
https://api.github.com/repos/jedisct1/zig-alzette/tags
-
[ "alzette", "crax", "crypto", "cryptography", "lightweight", "trax", "zig", "zig-package", "ziglang" ]
6
false
2024-10-25T08:42:12Z
true
false
unknown
github
[]
zig-alzette Implementation of the Alzette box and CRAX block cipher in Zig. References <ul> <li><a>Alzette: a 64-bit ARX-box</a></li> </ul>
[]
https://avatars.githubusercontent.com/u/7270159?v=4
glob
mattnite/glob
2021-01-19T05:00:15Z
small library for globing file paths
main
0
7
5
7
https://api.github.com/repos/mattnite/glob/tags
MIT
[ "filesystem", "zig", "zig-package" ]
7
false
2023-11-28T15:41:07Z
true
false
unknown
github
[]
glob small library for globing file paths
[]
https://avatars.githubusercontent.com/u/13669835?v=4
zig-gap-buffer
lukewilson2002/zig-gap-buffer
2020-06-09T15:57:26Z
A gap buffer implementation for Zig.
master
0
5
0
5
https://api.github.com/repos/lukewilson2002/zig-gap-buffer/tags
MIT
[ "allocation", "cursor", "data-structures", "gap-buffers", "text-editor", "zig", "zig-package" ]
19
false
2023-12-29T19:41:26Z
true
false
unknown
github
[]
Zig Gap Buffer A gap buffer implementation for Zig, designed to be idiomatic. The design of this code is styled after the standard library. Feel free to just copy the gap-buffer.zig source file to your project if you'd rather. What is a Gap Buffer? A <a>gap buffer</a> is like a growable array, but the reserved spac...
[]
https://avatars.githubusercontent.com/u/65570835?v=4
wavefront-obj
ziglibs/wavefront-obj
2020-11-20T12:56:23Z
A parser for wavefront object files
main
0
5
2
5
https://api.github.com/repos/ziglibs/wavefront-obj/tags
MIT
[ "3d-format", "wavefront-obj", "zig", "zig-package", "ziglang" ]
24
false
2025-01-15T21:34:10Z
false
false
unknown
github
[]
wavefront-obj A parser for wavefront object files Dependencies Requires package <a><code>zlm</code></a> to be present.
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-zstd
nektro/zig-zstd
2020-12-17T09:58:54Z
null
master
0
4
0
4
https://api.github.com/repos/nektro/zig-zstd/tags
MIT
[ "zig-package" ]
16
false
2022-08-15T13:59:53Z
true
false
unknown
github
[]
zig-zstd zstd wrapper for Zig. https://github.com/facebook/zstd zstd version: 1.5.0 License MIT
[]
https://avatars.githubusercontent.com/u/7270159?v=4
tar
mattnite/tar
2021-01-19T05:15:20Z
tar library that has a bad interface ngl
main
1
4
3
4
https://api.github.com/repos/mattnite/tar/tags
MIT
[ "archive", "zig", "zig-package" ]
13
false
2024-05-12T06:43:26Z
true
false
unknown
github
[]
tar tar library that has a bad interface ngl
[]
https://avatars.githubusercontent.com/u/265903?v=4
lepto.zig
alexnask/lepto.zig
2020-05-12T11:43:13Z
Date and time library for zig, inspired by C++20 std::chrono
master
0
4
0
4
https://api.github.com/repos/alexnask/lepto.zig/tags
-
[ "datetime", "time", "timezone", "zig", "zig-library", "zig-package", "ziglang" ]
16
false
2023-03-15T18:13:30Z
false
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/2286349?v=4
zig-pc_keyboard
leecannon/zig-pc_keyboard
2020-12-07T18:40:57Z
PS/2 Keyboard Decoder
master
0
4
2
4
https://api.github.com/repos/leecannon/zig-pc_keyboard/tags
MIT
[ "osdev", "zig", "zig-library", "zig-package", "ziglang" ]
37
false
2023-12-31T18:08:49Z
true
false
unknown
github
[]
zig-pc_keyboard A zig reimplementation of the <a>pc-keyboard</a> rust crate How to get Gyro <code>gyro add leecannon/pc_keyboard</code> Zigmod <code>zigmod aq add 1/leecannon/pc_keyboard</code> Git Submodule <code>git submodule add https://github.com/leecannon/zig-pc_keyboard zig-pc_keyboard</code> Clone <co...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
zig-ihex
ikskuh/zig-ihex
2020-04-18T19:44:56Z
An intel hex loader written in Zig
master
0
3
2
3
https://api.github.com/repos/ikskuh/zig-ihex/tags
MIT
[ "ihex", "intel-hex", "zig", "zig-package", "ziglang" ]
2,285
false
2025-04-04T19:18:21Z
true
true
unknown
github
[]
Zig Intel Hex parser A loader for the <a>Intel Hex</a> format used in embedded development. Features <ul> <li>Supports all 6 record types</li> <li>Raw record parser (<code>parseRaw</code>)</li> <li>User-friendly preprocessor (<code>parseData</code>)</li> <li>Pedantic and lax parsing</li> </ul> Example ```zig fn pro...
[]
https://avatars.githubusercontent.com/u/7270159?v=4
version
mattnite/version
2021-01-19T04:55:33Z
small library for semver
main
0
3
2
3
https://api.github.com/repos/mattnite/version/tags
MIT
[ "semver", "zig", "zig-package" ]
10
false
2023-04-13T18:01:44Z
true
false
unknown
github
[]
version small library for semver
[]
https://avatars.githubusercontent.com/u/60146383?v=4
zva
zetaframe/zva
2020-07-04T16:52:11Z
Zig Vulkan Allocator (zva).
master
0
3
2
3
https://api.github.com/repos/zetaframe/zva/tags
Apache-2.0
[ "vulkan", "zig-package" ]
13
false
2024-08-27T11:59:51Z
false
false
unknown
github
[]
Zig Vulkan Allocator (zva) A zig vulkan memory allocator for use in <a>zetaframe</a>. Uses Snektron's vulkan bindings. Usage In <code>build.zig</code>: ```zig const zva = @import().Pkg(, ); step.addPackage(zva.pkg); ```
[]
https://avatars.githubusercontent.com/u/11694033?v=4
parzig
notCalle/parzig
2020-10-27T09:23:07Z
Parser Combinator library for Zig
main
3
3
0
3
https://api.github.com/repos/notCalle/parzig/tags
MIT
[ "parser-combinators", "parser-library", "zig", "zig-lang", "zig-library", "zig-package" ]
75
false
2025-04-03T02:32:03Z
true
false
unknown
github
[]
<a></a> <a></a> ParZig A parser combinator library for <a>Zig</a>. Install <ul> <li>Git submodule</li> </ul> <code>shell git submodule add https://github.com/notCalle/parzig lib/parzig</code> <code>zig const parzig = Pkg { .name = "parzig", .path = "lib/parzig/exports.zig" };</code> <ul> <li>Import declaration...
[]
https://avatars.githubusercontent.com/u/2286349?v=4
zig-bootboot
leecannon/zig-bootboot
2020-12-07T00:04:49Z
A zig'ified BOOTBOOT header file
master
0
3
1
3
https://api.github.com/repos/leecannon/zig-bootboot/tags
MIT
[ "osdev", "zig", "zig-library", "zig-package", "ziglang" ]
36
false
2023-12-28T12:22:52Z
true
false
unknown
github
[]
zig-bootboot This repo contains a zig'ified <a>BOOTBOOT</a> header file. How to get Gyro <code>gyro add leecannon/bootboot</code> Zigmod <code>zigmod aq add 1/leecannon/bootboot</code> Git Submodule <code>git submodule add https://github.com/leecannon/zig-bootboot zig-bootboot</code> Clone <code>git clone ht...
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-sqlite3
nektro/zig-sqlite3
2020-11-15T20:02:47Z
sqlite3 wrapper for Zig
master
1
2
0
2
https://api.github.com/repos/nektro/zig-sqlite3/tags
MIT
[ "zig-package" ]
2,209
false
2022-02-28T00:00:20Z
true
false
unknown
github
[]
zig-sqlite3 sqlite3 wrapper for Zig. Contains sqlite 3.38.0
[]
https://avatars.githubusercontent.com/u/2286349?v=4
zig-xbeam
leecannon/zig-xbeam
2020-12-12T19:34:09Z
A very partial re-implementation of the rust crate crossbeam.
master
0
2
1
2
https://api.github.com/repos/leecannon/zig-xbeam/tags
MIT
[ "zig", "zig-library", "zig-package", "ziglang" ]
25
false
2022-12-15T10:44:48Z
true
false
unknown
github
[]
zig-xbream This repo is a <em>very</em> partial (pull requests welcome) re-implementation of the rust crate <a>crossbeam</a>. Only the following types are implemented: Data structures <ul> <li><code>xbeam.queue.ArrayQueue</code> - a bounded MPMC queue that allocates a fixed-capacity buffer on construction.</li> <li>...
[]
https://avatars.githubusercontent.com/u/3932972?v=4
navmesh
ikskuh/navmesh
2020-08-21T12:20:12Z
A navmesh implementation in zig
master
0
1
0
1
https://api.github.com/repos/ikskuh/navmesh/tags
-
[ "navmesh", "pathfinding", "zig", "zig-package", "ziglang" ]
120
false
2022-03-01T09:48:08Z
true
false
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/1338?v=4
zobench
jdknezek/zobench
2020-06-19T03:18:54Z
Simple Zig benchmarking
master
0
1
0
1
https://api.github.com/repos/jdknezek/zobench/tags
ISC
[ "zig-package" ]
5
false
2023-03-10T03:36:37Z
true
false
unknown
github
[]
zobench Zobench is a simple benchmark library for Zig. It's inspired by <a>Go's testing.B</a>. Example ```zig fn benchmarkAssign(b: *State) !void { // Expensive setup b.resetTimer(); <code>var i: usize = 0; while (i &lt; b.n) : (i += 1) { i = i; } </code> } test "runN" { const result = try runN(be...
[]
https://avatars.githubusercontent.com/u/28556218?v=4
zig-smaz
joachimschmidt557/zig-smaz
2020-05-18T21:35:08Z
Port of smaz string compression to zig
master
0
1
0
1
https://api.github.com/repos/joachimschmidt557/zig-smaz/tags
MIT
[ "zig", "zig-package" ]
21
false
2025-01-22T13:04:25Z
true
false
unknown
github
[]
zig-smaz Port of the <a>smaz string compression algorithm</a> to <a>zig</a> Works with Zig 0.13.0
[]
https://avatars.githubusercontent.com/u/28556218?v=4
zig-wcwidth
joachimschmidt557/zig-wcwidth
2020-03-28T20:56:28Z
[WIP] Implementation of wcwidth() in zig
master
2
1
2
1
https://api.github.com/repos/joachimschmidt557/zig-wcwidth/tags
MIT
[ "unicode", "zig", "zig-package" ]
36
false
2025-03-07T16:24:38Z
true
true
unknown
github
[]
zig-wcwidth A port of <a>wcwidth</a> to zig <code>wcwidth</code> works with Zig 0.14.0.
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-zlib
nektro/zig-zlib
2020-12-17T09:46:55Z
null
master
0
0
0
0
https://api.github.com/repos/nektro/zig-zlib/tags
MIT
[ "zig-package" ]
5
false
2021-04-12T07:17:39Z
true
false
unknown
github
[]
zig-zlib zlib wrapper for Zig. https://www.zlib.net/ zlib version: 1.2.11 License MIT
[]
https://avatars.githubusercontent.com/u/61315998?v=4
tomlz
eddineimad0/tomlz
2023-11-03T17:22:54Z
A Toml Parser written in zig
main
2
4
2
4
https://api.github.com/repos/eddineimad0/tomlz/tags
MIT
[ "parser", "toml", "toml-parser", "zig", "zig-package" ]
1,498
false
2025-05-06T09:52:40Z
true
true
0.14.0
github
[]
A TOML parser written in zig that targets v1.0 specs of TOML. Supported zig versions ✅ <a>0.14.0</a> Test suite coverage <a>toml-test</a> is a language-agnostic test suite to verify the correctness of TOML parsers and writers. The parser fails 2 tests in the invalid set that involves dotted keys, the 2 tests expec...
[ "https://github.com/javiorfo/ztatusbar", "https://github.com/paoda/zba" ]
https://avatars.githubusercontent.com/u/4678790?v=4
zli
dweiller/zli
2023-08-18T13:45:59Z
Simple CLI parsing for Zig
main
0
4
1
4
https://api.github.com/repos/dweiller/zli/tags
MIT
[ "zig-package" ]
62
false
2025-05-11T23:52:00Z
true
true
unknown
github
[]
zli zli is a CLI argument parsing module for Zig. The aim is to provide CLI parameters in a simple, declarative way and have zli parse them as well as generate <code>--help</code> and <code>--version</code> flags and usage error messages. features <br/><input type='checkbox' class='w-4 h-4 text-green-500 bg-gray-100...
[]
https://avatars.githubusercontent.com/u/106511?v=4
libvorbis
andrewrk/libvorbis
2023-02-12T15:40:20Z
libvorbis with the build system replaced by zig
master
0
3
1
3
https://api.github.com/repos/andrewrk/libvorbis/tags
BSD-3-Clause
[ "zig-package" ]
12,830
true
2025-03-16T04:37:09Z
true
true
0.14.0
github
[ { "commit": "a0dc88e815fdd278b412d9b5ba09221f20517e03.tar.gz", "name": "libogg", "tar_url": "https://github.com/andrewrk/libogg/archive/a0dc88e815fdd278b412d9b5ba09221f20517e03.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/andrewrk/libogg" } ]
This is a fork of <a>vorbis</a>, packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with <code>build.zig</code>. Original README follows: Vorbis <a></a> <a></a> <a></a> Vorbis is a general purpose audio and music encoding format contemporary to MPEG-4's AAC and TwinVQ, t...
[ "https://github.com/allyourcodebase/ffmpeg" ]
https://avatars.githubusercontent.com/u/24609692?v=4
llvm-ir-zig
seyhajin/llvm-ir-zig
2024-01-19T22:42:06Z
🚀 A minimal example to create and execute a LLVM IR module in Zig.
master
0
3
0
3
https://api.github.com/repos/seyhajin/llvm-ir-zig/tags
MIT
[ "linux", "llvm", "llvm-ir", "macos", "windows", "zig", "zig-package" ]
4
false
2024-11-09T09:43:49Z
true
false
unknown
github
[]
LLVM IR module in Zig A minimal example to create and execute a LLVM IR module in Zig. Install First of all, you need to install <a>LLVM</a> and <a>Zig</a> according to your system. Windows with <a>Scoop</a> <code>batch scoop install llvm zig</code> <blockquote> <span class="bg-yellow-100 text-yellow-800 text-...
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-color
nektro/zig-color
2023-09-15T01:34:27Z
null
master
1
3
0
3
https://api.github.com/repos/nektro/zig-color/tags
MIT
[ "zig", "zig-package" ]
37
false
2025-05-21T20:33:43Z
true
false
unknown
github
[]
zig-color <a></a> <a></a> <a></a> <a></a> A pure-Zig library for parsing and manipulating colors in and between multiple spaces. Supports <ul> <li>sRGB</li> <li>LinearRGB</li> <li>CMYK</li> <li>HSL</li> <li>HSV</li> <li>YUV</li> <li>YCbCr</li> </ul>
[]
https://avatars.githubusercontent.com/u/72305366?v=4
datastor.zig
zigster64/datastor.zig
2023-12-25T23:16:53Z
Data persistence library for Zig
main
0
3
0
3
https://api.github.com/repos/zigster64/datastor.zig/tags
MIT
[ "zig-package" ]
161
false
2025-02-22T05:36:42Z
true
true
unknown
github
[]
datastor.zig Fast &amp; Light Data persistence layer for Zig Version Log <ul> <li>Dec 2023 - v0.0.0 - init project</li> <li>Jan 2024 - v0.2.0 - new key types (serial / uuid / string)</li> </ul> Intended use is for: <ul> <li>Object persistence using local storage, for edge / IoT / local game world, etc</li> <li>Threa...
[]
https://avatars.githubusercontent.com/u/147393?v=4
faker-zig
cksac/faker-zig
2023-09-28T15:18:36Z
A faker library for Zig
main
3
3
2
3
https://api.github.com/repos/cksac/faker-zig/tags
MIT
[ "faker", "zig-package" ]
23,514
false
2025-02-17T16:03:39Z
true
true
unknown
github
[]
faker.zig A faker library for Zig Examples ```Zig const faker = @import("faker"); const std = @import("std"); const en = faker.locale.en; const base = faker.locale.base; const print = std.debug.print; fn GenericsType(comptime T: type) type { return struct { data: T, }; } pub fn main() !void { /...
[]
https://avatars.githubusercontent.com/u/8630600?v=4
blackmagic
agagniere/blackmagic
2023-08-19T19:43:47Z
C preprocessor tricks, explained
master
0
3
0
3
https://api.github.com/repos/agagniere/blackmagic/tags
MIT
[ "c", "preprocessor", "tutorial", "zig-package" ]
224
false
2025-04-24T21:16:11Z
true
true
unknown
github
[]
Black Magic <em><code>impossible</code> is not a C keyword</em> <strong>Learn about C preprocessor tricks</strong> This book delves into techniques to generate C code with the preprocessor, starting with a reminder about what the preprocessor is and how it is integrated in the C compilation pipeline, then building u...
[ "https://github.com/Orolia2s/ublox_parser" ]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-yaml
nektro/zig-yaml
2023-02-28T04:16:17Z
null
main
1
3
1
3
https://api.github.com/repos/nektro/zig-yaml/tags
MIT
[ "zig", "zig-package" ]
21
false
2025-05-21T20:33:40Z
true
false
unknown
github
[]
zig-yaml <a></a> <a></a> <a></a> <a></a> Zig bindings for <a>libyaml</a>.
[ "https://github.com/sytranvn/arkanoid", "https://github.com/tulilirockz/dough" ]
https://avatars.githubusercontent.com/u/71951273?v=4
nix-zig-packager
garrisonhh/nix-zig-packager
2023-09-18T15:36:22Z
package zig 0.11.0+ projects for nix
master
0
3
0
3
https://api.github.com/repos/garrisonhh/nix-zig-packager/tags
-
[ "nix", "nix-flake", "nix-packages", "zig", "zig-package" ]
8
false
2023-09-21T19:27:43Z
false
false
unknown
github
[]
nix-zig-packager are you annoyed with zig 0.11.0 incompatibility with nix? me too! this is a fix before the zig compiler people figure it out (which I'm sure they will) adding to your flake this flake provides an overlay which provides <code>buildZig11Package</code>. here's a simple flake to build a zig project for ...
[]
https://avatars.githubusercontent.com/u/1356248?v=4
testz
srjilarious/testz
2023-12-05T13:54:26Z
A testing library for zig
main
0
3
0
3
https://api.github.com/repos/srjilarious/testz/tags
MIT
[ "zig", "zig-package" ]
666
false
2025-03-21T23:09:29Z
true
true
0.14.0
github
[]
Overview Testz is a testing library for zig that provides some extra features compared to the built in unit testing. <ul> <li>Color output with both a verbose mode and non-verbose mode</li> <li> A non-verbose mode, where each test shows as a symbol for passed, skipped, or failed: </li> <li> In verbose mode, ...
[]
https://avatars.githubusercontent.com/u/2567177?v=4
biscuit-zig
malcolmstill/biscuit-zig
2023-09-27T23:45:58Z
Biscuit implementation for zig
master
0
3
0
3
https://api.github.com/repos/malcolmstill/biscuit-zig/tags
Apache-2.0
[ "zig", "zig-package" ]
143
false
2024-11-16T15:02:57Z
false
false
unknown
github
[]
biscuit-zig <blockquote> <span class="bg-yellow-100 text-yellow-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-yellow-900 dark:text-yellow-300">WARNING</span> The implementation is WIP and should not be used in production </blockquote> Zig implementation of https://www.biscuitsec.org/ Usage Authorizing ...
[]
https://avatars.githubusercontent.com/u/106511?v=4
libogg
andrewrk/libogg
2023-02-12T15:47:08Z
libogg with the build system replaced by zig
master
0
3
1
3
https://api.github.com/repos/andrewrk/libogg/tags
BSD-3-Clause
[ "zig-package" ]
1,753
true
2025-03-16T04:37:10Z
true
true
0.14.0
github
[]
This is a fork of <a>ogg</a>, packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with <code>build.zig</code>.
[ "https://github.com/allyourcodebase/ffmpeg", "https://github.com/andrewrk/libvorbis" ]
https://avatars.githubusercontent.com/u/145422627?v=4
string.zig
crispy-strawberry/string.zig
2023-11-14T12:08:36Z
A Rust like String type for Zig
main
0
2
0
2
https://api.github.com/repos/crispy-strawberry/string.zig/tags
Apache-2.0
[ "string", "zig", "zig-package", "ziglang" ]
61
false
2023-12-24T09:56:37Z
true
true
unknown
github
[]
An allocated string type Inspired by Rust's <code>String</code> type. Implementation mostly ported from Rust. Provides helper functions that make working with strings easier. I try to keep names consistent with <code>std.ArrayList</code> Using with package manager <ol> <li>Create <code>build.zig.zon</code> in the p...
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-signal
nektro/zig-signal
2023-02-28T04:14:49Z
null
main
0
2
0
2
https://api.github.com/repos/nektro/zig-signal/tags
MIT
[ "linux", "zig", "zig-package" ]
5
false
2025-05-21T20:33:35Z
true
false
unknown
github
[]
zig-signal <a></a> <a></a> <a></a> <a></a> Zig API for defining signal handlers.
[]
https://avatars.githubusercontent.com/u/6756180?v=4
libbpf
kassane/libbpf
2023-04-27T16:56:42Z
Automated upstream mirror for libbpf stand-alone build.
zig-pkg
0
2
0
2
https://api.github.com/repos/kassane/libbpf/tags
NOASSERTION
[ "bpf", "libbpf", "zig-package" ]
9,258
true
2024-04-19T18:39:06Z
true
false
unknown
github
[]
libbpf <a></a> <a></a> <a></a> <a></a> <a></a> ====== <strong>This is the official home of the libbpf library.</strong> <em>Please use this Github repository for building and packaging libbpf and when using it in your projects through Git submodule.</em> Libbpf <em>authoritative source code</em> is develope...
[ "https://github.com/kassane/zbpf", "https://github.com/tw4452852/zbpf" ]
https://avatars.githubusercontent.com/u/22280250?v=4
export_ppm
Durobot/export_ppm
2023-12-13T14:11:24Z
A couple of functions to export data as a PPM/PGM image file from your Zig code
main
0
2
0
2
https://api.github.com/repos/Durobot/export_ppm/tags
MIT
[ "pgm", "pgm-format", "pgm-image", "pgm-writer", "ppm", "ppm-format", "ppm-image", "zig", "zig-package", "ziglang" ]
19
false
2025-01-07T23:48:10Z
true
true
0.12.0-dev.3097+5c0766b6c
github
[]
export_ppm Just a couple of functions in Zig that export image data, RGB/RGBA/grayscale/grayscale+alpha (but alpha channel is ignored), 8 or 16 bits per channel, as PPM/PGM files. Not enough code to be called a library. PPM and PGM are very simple graphic file formats, but they are widespread enough for popular edito...
[]
https://avatars.githubusercontent.com/u/2364380?v=4
znh
jnordwick/znh
2024-01-14T19:49:29Z
Zig Microbenchmarking Harness: for generating microbenchmarks in zig, but way inferior to JMH
main
0
2
0
2
https://api.github.com/repos/jnordwick/znh/tags
BSD-2-Clause
[ "zig-package" ]
184
false
2024-10-19T16:43:04Z
true
true
unknown
github
[ { "commit": null, "name": "zig-string", "tar_url": null, "type": "relative", "url": "../zig-string" } ]
404
[]
https://avatars.githubusercontent.com/u/6756180?v=4
libzmq
kassane/libzmq
2023-02-18T16:15:14Z
ZeroMQ core engine in C++, implements ZMTP/3.1
zig-pkg
1
2
0
2
https://api.github.com/repos/kassane/libzmq/tags
MPL-2.0
[ "cpp", "cpp-library", "networking", "zeromq", "zig-package" ]
23,279
true
2023-11-05T16:18:23Z
true
true
unknown
github
[]
ZeroMQ <a></a> <a></a> <a></a> <a></a> Welcome The ZeroMQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. ZeroMQ sockets provide an abstraction of asynchronous message queues, multiple messaging ...
[ "https://github.com/uyha/zimq" ]
https://avatars.githubusercontent.com/u/6756180?v=4
zbpf
kassane/zbpf
2023-04-20T15:12:23Z
Write bpf in Zig
main
0
2
0
2
https://api.github.com/repos/kassane/zbpf/tags
GPL-3.0
[ "bpf", "libbpf", "zig-package" ]
3,275
true
2024-11-09T03:24:38Z
true
true
unknown
github
[ { "commit": "refs", "name": "libbpf", "tar_url": "https://github.com/tw4452852/libbpf_zig/archive/refs.tar.gz", "type": "remote", "url": "https://github.com/tw4452852/libbpf_zig" } ]
zbpf Writing eBPF in Zig. Thanks to Zig's comptime and BTF, we can equip eBPF with strong type system both at comptime and runtime! Notable advantages when writing eBPF program with <code>zbpf</code> Different available methods based on the type of program's context Suppose you want to trace the kernel function <a>...
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-iso-3166-countrys
nektro/zig-iso-3166-countrys
2023-11-02T01:53:10Z
Zig package for ISO 3166 Country Codes
master
0
2
0
2
https://api.github.com/repos/nektro/zig-iso-3166-countrys/tags
0BSD
[ "zig", "zig-package" ]
8
false
2025-05-21T20:33:21Z
true
false
unknown
github
[]
zig-iso-3166-countrys <a></a> <a></a> <a></a> <a></a> ISO 3166 Country Codes https://www.iso.org/iso-3166-country-codes.html
[]
https://avatars.githubusercontent.com/u/5464072?v=4
zig-cookies
nektro/zig-cookies
2023-02-28T04:19:10Z
null
main
0
2
0
2
https://api.github.com/repos/nektro/zig-cookies/tags
MIT
[ "zig", "zig-package" ]
7
false
2025-05-21T20:33:28Z
false
false
unknown
github
[]
zig-cookies <a></a> <a></a> <a></a> <a></a> A pure-Zig library for CRUDing HTTP Cookies.
[]
https://avatars.githubusercontent.com/u/6756180?v=4
fiber
kassane/fiber
2023-06-19T16:54:23Z
userland threads uses zig build
zig-pkg
0
2
0
2
https://api.github.com/repos/kassane/fiber/tags
-
[ "boost", "boost-library", "cplusplus", "cpp", "fibers", "zig-package" ]
13,334
true
2024-12-28T00:47:38Z
true
true
unknown
github
[ { "commit": "88476265cab52ca4c2ea35b93ed27d5df07c37e5", "name": "boost", "tar_url": "https://github.com/allyourcodebase/boost-libraries-zig/archive/88476265cab52ca4c2ea35b93ed27d5df07c37e5.tar.gz", "type": "remote", "url": "https://github.com/allyourcodebase/boost-libraries-zig" } ]
Boost.fiber Boost.fiber provides a framework for micro-/userland-threads (fibers) scheduled cooperatively. The API contains classes and functions to manage and synchronize fibers similar to boost.thread. A fiber is able to store the current execution state, including all registers and CPU flags, the instruction point...
[ "https://github.com/allyourcodebase/boost-libraries-zig" ]
https://avatars.githubusercontent.com/u/55436060?v=4
zuffy
arats-io/zuffy
2023-10-14T14:19:42Z
null
main
0
2
0
2
https://api.github.com/repos/arats-io/zuffy/tags
MIT
[ "logger", "time", "zig", "zig-package", "zoneinfo" ]
540
false
2024-12-01T12:00:34Z
true
true
0.13.0
github
[]
Zig UFFY library Current Zig UFFY library do offer bunch of extra functionality! Work in progress...; If somewthing is not working, feel free to contribute or open a issue. Require zig version: <strong>0.14.0-dev.850+ddcb7b1c1</strong> Usage Include the zuffy into the <code>build.zig.zon</code> file. ``` zig fetc...
[]
https://avatars.githubusercontent.com/u/6756180?v=4
json
kassane/json
2023-05-09T18:41:07Z
JSON for Modern C++ (uses zig build-system)
zig-pkg
0
1
0
1
https://api.github.com/repos/kassane/json/tags
MIT
[ "cpp-library", "json-cpp", "zig-package" ]
185,656
true
2024-07-22T12:34:56Z
true
false
unknown
github
[]
<a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <a></a> <ul> <li><a>Design goals</a></li> <li><a>Sponsors</a></li> <li><a>Support</a> (<a>documentation</a>, <a>FAQ</a>, <a>discussions</a>, <a...
[ "https://github.com/Scythe-Technology/Zune", "https://github.com/allyourcodebase/boost-libraries-zig", "https://github.com/kassane/beast", "https://github.com/lfcm64/z-tree-sitter", "https://github.com/soheil-01/bitzig" ]
https://avatars.githubusercontent.com/u/2828351?v=4
Zig-BitHelper
bcrist/Zig-BitHelper
2023-10-28T05:50:38Z
Zig utilities for low-level bit manipulation
main
0
1
0
1
https://api.github.com/repos/bcrist/Zig-BitHelper/tags
MIT
[ "util", "utilities", "utility-library", "utils", "zig", "zig-library", "zig-package", "ziglang" ]
4
false
2024-07-27T18:06:17Z
true
true
0.12.0-dev.2063+804cee3b9
github
[]
Zig-BitHelper Provides some helper functions for dealing with integers as bit fields: <ul> <li>bits.as: Similar to @bitCast, but works with enums as well</li> <li>bits.zx: Casts as unsigned and zero-extends to the requested size</li> <li>bits._1x: Casts as unsigned and one-extends to the requested size</li> <li>bits.s...
[ "https://github.com/bcrist/Zig-ROM-Compress" ]
https://avatars.githubusercontent.com/u/2828351?v=4
Zig-DeepHashMap
bcrist/Zig-DeepHashMap
2023-10-28T04:43:58Z
Zig std.HashMaps with deep keys
main
0
1
0
1
https://api.github.com/repos/bcrist/Zig-DeepHashMap/tags
MIT
[ "hashmap", "utilities", "utility-library", "zig", "zig-library", "zig-package", "ziglang" ]
6
false
2025-02-14T02:02:27Z
true
true
0.14.0-dev.3217+5b9b5e45c
github
[]
Zig-DeepHashMap Provides versions of <code>AutoHashMap</code>, etc. that follow pointers when hashing and comparing.
[ "https://github.com/bcrist/zbox" ]
https://avatars.githubusercontent.com/u/45130910?v=4
skip
Ratakor/skip
2023-08-01T17:07:18Z
zig and C99 implementation of skip lists
master
0
1
0
1
https://api.github.com/repos/Ratakor/skip/tags
ISC
[ "c99", "skiplist", "zig-package" ]
18
false
2024-11-08T08:17:41Z
false
false
unknown
github
[]
Skip A C99 and zig implementation of <a>skip lists</a> Usage Define <code>SKIP_DOUBLY</code> to use doubly skip lists instead of singly skip lists. Change <code>SkipKey</code> and <code>SkipVal</code> types in skip.h according to your key/val types, include skip.c and skip.h to your project, that's it.
[]
https://avatars.githubusercontent.com/u/139293750?v=4
SortedMap
bogwi/SortedMap
2023-11-29T04:12:49Z
Map for fast storing key-value pairs sorted by key
master
0
1
0
1
https://api.github.com/repos/bogwi/SortedMap/tags
MIT
[ "map", "skiplist", "sorted-data", "sorted-map", "zig", "zig-library", "zig-package", "ziglang" ]
128
false
2024-10-25T08:43:07Z
true
true
unknown
github
[]
SortedMap in ZIG Description Sorted Map is a fast key-value table, an advance version of <a>skiplist ADT</a> as proposed by W.Pugh in 1989 for ordered mapping of keys to values. Features <ul> <li>Takes any numeric key except the maximum possible value for the given type. </li> <li>Takes any literal key of type <cod...
[]
https://avatars.githubusercontent.com/u/2364380?v=4
zstats
jnordwick/zstats
2024-01-11T07:43:32Z
null
main
0
1
0
1
https://api.github.com/repos/jnordwick/zstats/tags
BSD-2-Clause
[ "zig-package" ]
28
false
2024-10-19T16:12:36Z
true
true
unknown
github
[]
404
[]
https://avatars.githubusercontent.com/u/139293750?v=4
eruzero
bogwi/eruzero
2023-08-05T00:27:38Z
Bullet-Train fast hashmap for Zig
master
0
1
0
1
https://api.github.com/repos/bogwi/eruzero/tags
MIT
[ "benchmark", "data-structures", "hashmap", "hashtable", "zig", "zig-package", "ziglang" ]
41
false
2024-06-20T09:31:10Z
true
true
unknown
github
[]
eruZero Bullet-Train fast hashmap for Zig. eruZero aims to be a replacement for Zig's standard HashMap. The motivation was to create a simple and fast map based on an implicit data structure that works well with any key out of the box, without providing context or a custom hasher. The only exceptions are .Float and ...
[]
https://avatars.githubusercontent.com/u/6756180?v=4
lvgl
kassane/lvgl
2023-10-31T15:01:42Z
LVGL using zig build (v0.11.0)
zig-pkg
0
1
0
1
https://api.github.com/repos/kassane/lvgl/tags
MIT
[ "mcu", "ui-library", "zig-package" ]
171,843
true
2023-11-17T18:39:35Z
true
true
unknown
github
[]
<strong>IMPORTANT NOTE</strong> The next major version (v9.0.0) is developed in the master branch. The last stable version is available in the <a>release/v8.3</a> branch. <a target="_blank"></a> <b>English</b> | <a>中文</a> | <a>Português do Brasil</a> | <a>日本語</a>   Light and Versatile Graphics Library ...
[]
https://avatars.githubusercontent.com/u/6756180?v=4
beast
kassane/beast
2023-04-20T13:21:08Z
HTTP and WebSocket built on Boost.Asio in C++11 (uses zig build)
zig-pkg
0
1
0
1
https://api.github.com/repos/kassane/beast/tags
BSL-1.0
[ "asio", "boost-library", "cplusplus", "cpp", "network-library", "websockets", "zig-package" ]
14,786
true
2024-07-16T19:09:35Z
true
true
unknown
github
[ { "commit": "242b14bb690ca7b4f924b6dd35f397a2779813a3", "name": "core", "tar_url": "https://github.com/boostorg/core/archive/242b14bb690ca7b4f924b6dd35f397a2779813a3.tar.gz", "type": "remote", "url": "https://github.com/boostorg/core" }, { "commit": "faac048d59948b1990c0a8772a050d8e47279...
HTTP and WebSocket built on Boost.Asio in C++11 Branch | Linux / Windows | Coverage ...
[ "https://github.com/allyourcodebase/boost-libraries-zig" ]
https://avatars.githubusercontent.com/u/6756180?v=4
hana
kassane/hana
2023-05-11T13:22:00Z
Your standard library for metaprogramming (uses zig build-system)
zig-pkg
0
1
0
1
https://api.github.com/repos/kassane/hana/tags
BSL-1.0
[ "boost-hana", "cpp-library", "zig-package" ]
10,946
true
2024-08-04T20:29:15Z
true
true
unknown
github
[]
Boost.Hana <a target="_blank"></a> <a target="_blank"></a> <a target="_blank"></a> <a target="_blank"></a> <a target="_blank"></a> <blockquote> Your standard library for metaprogramming </blockquote> Overview ```cpp include include include namespace hana = boost::hana; using namespace hana::literals; struct...
[ "https://github.com/allyourcodebase/boost-libraries-zig", "https://github.com/kassane/beast" ]
https://avatars.githubusercontent.com/u/28365338?v=4
zexpress
ahmdhusam/zexpress
2023-12-11T15:07:54Z
An HTTP/1.1 server library for the Zig programming language
main
0
1
0
1
https://api.github.com/repos/ahmdhusam/zexpress/tags
-
[ "zig-library", "zig-package" ]
28
false
2024-10-28T14:31:24Z
true
true
unknown
github
[]
ZExpress Web Server An HTTP/1.1 server library for the Zig programming language. Designed with a focus on simplicity and efficiency, ZExpress uses the Chain of Responsibility design pattern, allowing for a dynamic chain of handlers to process requests. Installation The Zig build system has the concept of modules, wh...
[]
https://avatars.githubusercontent.com/u/30945458?v=4
zig-glfw
FalsePattern/zig-glfw
2023-06-17T17:10:45Z
Ziggified GLFW bindings with 100% API coverage, zero-fuss installation, cross compilation, and more.
main
1
1
0
1
https://api.github.com/repos/FalsePattern/zig-glfw/tags
NOASSERTION
[ "gamedev", "glfw", "zig", "zig-package", "ziglang" ]
3,773
true
2025-05-20T07:35:29Z
true
true
0.14.0
github
[ { "commit": "master", "name": "glfw_c", "tar_url": "https://github.com/falsepattern/glfw//archive/master.tar.gz", "type": "remote", "url": "https://github.com/falsepattern/glfw/" } ]
zig-glfw Perfected GLFW bindings for Zig, with 100% API coverage, zero-fuss installation, cross compilation, and more. Features <ul> <li>Zero-fuss installation, cross-compilation at the flip of a switch, and broad platform support.</li> <li>100% API coverage. Every function, type, constant, etc. has been exposed in a...
[]
https://avatars.githubusercontent.com/u/2828351?v=4
zbox
bcrist/zbox
2023-10-31T02:01:39Z
SVG Block Diagram Generator
main
0
1
0
1
https://api.github.com/repos/bcrist/zbox/tags
MIT
[ "block-diagram", "blockdiagram", "svg", "zig", "zig-library", "zig-package", "ziglang" ]
109
false
2024-06-22T14:41:00Z
true
true
0.12.0-dev.1849+bb0f7d55e
github
[ { "commit": "7f5cc0cc3d36545a6f9bcf34c1b5cc4f06a3cd56.tar.gz", "name": "Zig-DeepHashMap", "tar_url": "https://github.com/bcrist/Zig-DeepHashMap/archive/7f5cc0cc3d36545a6f9bcf34c1b5cc4f06a3cd56.tar.gz.tar.gz", "type": "remote", "url": "https://github.com/bcrist/Zig-DeepHashMap" } ]
ZBox ZBox is a tool for programmatically creating SVG block diagrams in Zig.
[]
https://avatars.githubusercontent.com/u/61627919?v=4
lifetch
nuIIpointerexception/lifetch
2023-07-29T22:33:06Z
a hyperfast system fetching utility 🏃 💨
master
0
1
0
1
https://api.github.com/repos/nuIIpointerexception/lifetch/tags
MIT
[ "neofetch", "sysfetch", "sysinfo", "zig-package" ]
60,354
false
2025-03-01T01:30:32Z
true
true
unknown
github
[]
lifetch the fastest way to fetch your system info! <code>bash ~ zig build --release=fast &amp;&amp; hyperfine --warmup 10 --runs 1000 'zig-out/bin/lifetch' Benchmark 1: zig-out/bin/lifetch Time (mean ± σ): 264.4 µs ± 144.3 µs [User: 253.7 µs, System: 492.1 µs] Range (min … max): 0.0 µs … 906.6 µs 1...
[]
https://avatars.githubusercontent.com/u/3759175?v=4
fmtbuf
Hejsil/fmtbuf
2023-02-28T15:15:55Z
Buffered formatting that figures out the buffer size for you
master
0
1
0
1
https://api.github.com/repos/Hejsil/fmtbuf/tags
MIT
[ "buffer", "formatting", "zig", "zig-lib", "zig-library", "zig-package" ]
8
false
2024-09-13T12:23:30Z
true
false
unknown
github
[]
fmtbuf An alternative to <code>std.fmt.bufPrintZ</code> which can: <ul> <li>Automatically figure out the buffer size at compile time</li> <li>Can be partially formatted, allowing for a prefix to be formatted and reused.</li> </ul> ```zig const FmtBuf = @import("fmtbuf").FmtBuf; const std = @import("std"); test { ...
[]
https://avatars.githubusercontent.com/u/139293750?v=4
pieQ
bogwi/pieQ
2023-08-05T00:34:03Z
Priority Queue for Zig
master
0
1
0
1
https://api.github.com/repos/bogwi/pieQ/tags
MIT
[ "algorithms", "data-structures", "priority-queue", "zig", "zig-lang", "zig-package" ]
37
false
2024-11-17T16:57:53Z
true
true
unknown
github
[]
Priority Queue in ZIG Foreword How fast is PieQ? On the Apple M1 CPU, inserting in random order and removing 100,000,000 unsigned 32-bit integer pairs in ReleaseFast mode takes <code>1.5</code> seconds for insert and about <code>20</code> seconds for remove. The cumulative time stayed within <code>22</code> seconds f...
[]
https://avatars.githubusercontent.com/u/435029?v=4
zig-js
footearth/zig-js
2023-08-28T19:09:12Z
Access the JS host environment from Zig compiled to WebAssembly.
main
0
1
0
1
https://api.github.com/repos/footearth/zig-js/tags
MIT
[ "zig", "zig-library", "zig-package" ]
223
true
2023-08-28T20:10:05Z
true
false
unknown
github
[]
zig-js zig-js is a Zig library (and accompanying JS glue) that enables Zig running in a WebAssembly environment to interact with a JavaScript-based host. Note this makes it particularly easy for Zig to call into JS. This doesn't help for JS calling into Zig. This is more akin to Go's <code>syscall/js</code> package a...
[]
https://avatars.githubusercontent.com/u/2242?v=4
zig-jsonlog
softprops/zig-jsonlog
2023-11-26T06:12:18Z
format zig std logs as structured JSON
main
2
1
0
1
https://api.github.com/repos/softprops/zig-jsonlog/tags
MIT
[ "json", "logging", "zig", "zig-library", "zig-package", "zigdex-lib", "ziglang" ]
28
false
2024-06-08T22:20:12Z
true
true
0.13.0
github
[]
jsonlog A zero-allocation JSON formatting logging library for zig <a></a> <a></a> 🍬 features <ul> <li>make your logs easy to query with tools like aws cloud watch insights</li> <li>zero-allocation</li> <li>append arbitrary metadata to your logs</li> <li>automatic newline insertion</li> </ul> Comi...
[]