22 packages in Data & Formats
-
-
-
-
-
zigantic
Zigantic brings Pydantic-style data validation to Zig, using the type system for compile-time guarantees. Define validation rules as types, parse JSON with automatic error handling, and serialize with zero runtime overhead for unused features.
-
-
serde.zig
Universal serialization for Zig: JSON, Yaml, XML, MessagePack, TOML, CSV and more from a single API. msgpack.org[Zig]
-
-
-
hypergraphz
HypergraphZ – directed hypergraph library in Zig with Python bindings
-
-
parser-toolkit
A toolkit that makes it easier to write recursive-descent parsers in Zig.
-
database.zig
-
-
-
-
-
opentelemetry-proto
Zig type definitions generated from https://github.com/open-telemetry/opentelemetry-proto
-
Zig-DeepHashMap
mirror of https://codeberg.org/bcrist/zig-deephashmap
-
zig-sqlite
zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig.