Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaitai-io/kaitai_struct_nim_runtime
Kaitai Struct: runtime for Nim
https://github.com/kaitai-io/kaitai_struct_nim_runtime
Last synced: 10 days ago
JSON representation
Kaitai Struct: runtime for Nim
- Host: GitHub
- URL: https://github.com/kaitai-io/kaitai_struct_nim_runtime
- Owner: kaitai-io
- License: mit
- Created: 2019-08-29T14:31:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T20:14:12.000Z (5 months ago)
- Last Synced: 2024-08-06T23:41:13.990Z (5 months ago)
- Language: Nim
- Size: 29.3 KB
- Stars: 9
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kaitai - Repository - io/kaitai_struct_nim_runtime/issues)) (Runtimes / CI)
README
# Kaitai Struct: runtime library for Nim
This library implements Kaitai Struct API for Nim.
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](http://kaitai.io/)
* [About API implemented in this library](http://doc.kaitai.io/stream_api.html)
* [About nimitai -a native Kaitai Struct implementation for Nim-](https://github.com/sealmove/nimitai)