This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
brd/src/xact3
Simon Bruder 5a77d86fe7
Switch from nom to custom parser
The reason for the switch is mostly related to error handling (and me
being unable to unterstand how nom does it). Using byteorder and a few
handwritten helper functions for parsing makes error handling much
easier. It also allows me to return more helpful error messages.
2020-06-26 13:25:21 +02:00
..
adpcm.rs Use unwrap() for writing to cursor 2020-06-25 18:47:11 +02:00
xwb.rs Switch from nom to custom parser 2020-06-26 13:25:21 +02:00