Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RareBinary #92

Open
TheNitesWhoSay opened this issue Dec 25, 2021 · 0 comments
Open

RareBinary #92

TheNitesWhoSay opened this issue Dec 25, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@TheNitesWhoSay
Copy link
Owner

Add a module for binary serialization & deserialization, default behavior for structs should be to read/write the fields of the structure without padding/alignment and with binary field widths the same as the field sizeof's.

Need further exploration on what annotations are needed, but at the least annotations should be usable to change the width of a field's binary representation or ignore a field. Further annotations might include changing the representation of strings, altering the behavior of pointers/references, etc.

@TheNitesWhoSay TheNitesWhoSay added the enhancement New feature or request label Dec 25, 2021
@TheNitesWhoSay TheNitesWhoSay self-assigned this Dec 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant