sharksforarms / deku

Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization
Apache License 2.0
1.11k stars 54 forks source link

Common binary data reading example or gallary? #275

Closed WindSoilder closed 2 years ago

WindSoilder commented 2 years ago

I think it's good to have some examples like how to define common binary format, like https://formats.kaitai.io/

sharksforarms commented 2 years ago

Hi @WindSoilder , examples are a great way of learning a library and it's features and more examples could not hurt.

There are some examples here: https://github.com/sharksforarms/deku/tree/master/examples

Feel free to contribute some more!

Closing for now as duplicate of: https://github.com/sharksforarms/deku/issues/18