https://github.com/kaitai-io/kaitai_struct_cpp_stl_runtime
Kaitai Struct: runtime for C++ using STL
https://github.com/kaitai-io/kaitai_struct_cpp_stl_runtime
c-plus-plus cpp kaitai-struct
Last synced: 12 months ago
JSON representation
Kaitai Struct: runtime for C++ using STL
- Host: GitHub
- URL: https://github.com/kaitai-io/kaitai_struct_cpp_stl_runtime
- Owner: kaitai-io
- License: mit
- Created: 2016-03-17T12:43:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-06T14:30:03.000Z (12 months ago)
- Last Synced: 2025-04-11T16:32:12.902Z (12 months ago)
- Topics: c-plus-plus, cpp, kaitai-struct
- Language: C++
- Homepage:
- Size: 215 KB
- Stars: 72
- Watchers: 15
- Forks: 54
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kaitai - Repository - io/kaitai_struct_cpp_stl_runtime/issues)) (Runtimes / CI)
README
# Kaitai Struct: runtime library for C++/STL
This library implements Kaitai Struct API for C++ using STL.
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)