Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: FlickerSoul/BinaryParseKit

Tags

0.0.5

Toggle 0.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Repository Chore (#30)

0.0.4

Toggle 0.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

0.0.3

Toggle 0.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

0.0.2

Toggle 0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix import visibility (#18)

This PR fixes `Unable to find module dependency:` error

0.0.1

Toggle 0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
README update with version stability (#15)

This PR updates the README with version stability explanation.