mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
| .. | ||
| kaitai | ||
| tests | ||
| .gitignore | ||
| CMakeLists.txt | ||
| Common.cmake | ||
| LICENSE | ||
| Makefile.gcc4 | ||
| README.md | ||
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: