https://github.com/kaitai-io/kaitai_struct_c_runtime
Kaitai Struct: runtime for C
https://github.com/kaitai-io/kaitai_struct_c_runtime
c kaitai-struct
Last synced: 10 months ago
JSON representation
Kaitai Struct: runtime for C
- Host: GitHub
- URL: https://github.com/kaitai-io/kaitai_struct_c_runtime
- Owner: kaitai-io
- License: mit
- Created: 2023-07-04T21:18:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T23:43:16.000Z (over 2 years ago)
- Last Synced: 2024-04-14T21:42:40.261Z (about 2 years ago)
- Topics: c, kaitai-struct
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kaitai Struct: runtime library for C
This library implements Kaitai Struct API for C.
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)