https://github.com/kaitai-io/kaitai_struct_zig_runtime
Kaitai Struct: runtime for Zig
https://github.com/kaitai-io/kaitai_struct_zig_runtime
kaitai-struct zig
Last synced: 9 months ago
JSON representation
Kaitai Struct: runtime for Zig
- Host: GitHub
- URL: https://github.com/kaitai-io/kaitai_struct_zig_runtime
- Owner: kaitai-io
- License: mit
- Created: 2025-09-08T19:14:12.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-10-06T16:22:32.000Z (9 months ago)
- Last Synced: 2025-10-06T18:31:40.886Z (9 months ago)
- Topics: kaitai-struct, zig
- Language: Zig
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kaitai Struct: runtime library for Zig
This library implements Kaitai Struct API for Zig.
Kaitai Struct is a declarative language used for describe various binary
data structures, laid out in files or in memory: i.e. binary file
formats, network stream packet formats, etc.
Further reading:
* [About Kaitai Struct](https://kaitai.io/)
* [About API implemented in this library](https://doc.kaitai.io/stream_api.html)