Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)