Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mingun/ksc-rs

Alternative Kaitai Struct (https://kaitai.io) compiler, written in pure Rust
https://github.com/mingun/ksc-rs

compiler kaitai-struct parsing

Last synced: 23 days ago
JSON representation

Alternative Kaitai Struct (https://kaitai.io) compiler, written in pure Rust

Awesome Lists containing this project

README

        

Differences from [original]
===========================
When feature `compatible` is not enabled (default), the following differences are present:

- `repeat-until: ` is forbidden. Such value leads to an infinity parse
cycle, so it is useless to allow it
- `repeat-expr: ` is forbidden. Such values has no meaning
- `repeat` key is optional if `repeat-expr` or `repeat-until` is defined ([#776])

[original]: https://github.com/kaitai-io/kaitai_struct_compiler
[#776]: https://github.com/kaitai-io/kaitai_struct/issues/776