Skip to content

Conversation

@akx
Copy link
Contributor

@akx akx commented Aug 27, 2025

  • Remove the non_exhaustive tag from Header: The 1024-byte header is specified by the MRC spec. Making the struct exhaustive makes it possible to extract all fields from it (as I do here using a fork of this library) without having to wonder whether you'd missed a field. (If there are other ways of doing that, I'm all ears.)
  • Add the documentation from the spec as line doc comments. I merged in the notes from 46aaa4a too.

@elemeng elemeng merged commit 686044d into elemeng:main Aug 27, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants