binary-parser icon indicating copy to clipboard operation
binary-parser copied to clipboard

Access buffer for assertions

Open danni opened this issue 7 years ago • 0 comments

When implementing an assertion, e.g. crc32 that's defined as being against the raw buffer, it would be useful to be able to access the raw buffer to implement the check.

Currently you have to do the check afterwards, which is annoying when you're parsing arrays of sub-types.

danni avatar Dec 20 '18 06:12 danni