You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enum case matching by remaining buffer length (#26)
This PR adds support of matching enum case using remaining buffer
length. This matching method is exclusive with byte matching.
The changes (implementation, test, and specs) are reviewed by the owner.
Add Accessor control (#21)
This pull request introduces a new way to control access levels for
generated parsing and printing extensions in the `@ParseStruct` and
`@ParseEnum` macros, allowing users to specify custom access modifiers.