Commit Graph

5 Commits (b7f60302ee864ec67676659295f2a61ae7c6e99e)

Author SHA1 Message Date
Simon Bruder b7f60302ee
Implement freeze 2020-06-26 21:16:09 +02:00
Simon Bruder dc27f999c5
Implement Display for ddr::ssq::Row
This makes debugging easier
2020-06-26 21:11:45 +02:00
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
Simon Bruder 8c8f954bbe
Use Option instead of Result where applicable 2020-06-25 13:25:47 +02:00
Simon Bruder 8319ee42d9
Initial commit 2020-06-22 20:39:20 +02:00