Skip to content

Added offset and size assertions to API structs#192

Merged
IsaacMarovitz merged 12 commits into
mainfrom
api-offset-assertions
Nov 5, 2025
Merged

Added offset and size assertions to API structs#192
IsaacMarovitz merged 12 commits into
mainfrom
api-offset-assertions

Conversation

@hyperbx

@hyperbx hyperbx commented Nov 5, 2025

Copy link
Copy Markdown
Collaborator

Also cleaned up any field names that are against convention and any namespace references that don't need to be explicit.

Some structs have not been given assertions, whether that be for offsets or size, depending on whether the structure is templated in a way that cannot have its size determined at compile time, or if the size is just unknown.

Closes #53.

@hyperbx
hyperbx requested a review from IsaacMarovitz November 5, 2025 03:54
@IsaacMarovitz
IsaacMarovitz merged commit 5b19d1c into main Nov 5, 2025
12 checks passed
@IsaacMarovitz
IsaacMarovitz deleted the api-offset-assertions branch November 5, 2025 04:19
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.

Add offset assertions to API headers

2 participants