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

Use deku library #11

Merged
merged 7 commits into from
Nov 4, 2021
Merged

Conversation

wcampbell0x2a
Copy link
Contributor

This library makes encode and decode libraries easy to write, and removes the custom decode/encode code and replaces with deku derive-macros.

PrimaryHeader::from_bytes is the new external API for decoding, and to_bytes for encoding.

This library makes encode and decode libraries easy to write, and
removes the custom decode/encode code and replaces with deku derive-macros.

`PrimaryHeader::from_bytes` is the new external API for decoding. and
`to_bytes` for encoding.

Signed-off-by: wcampbell <[email protected]>
src/lib.rs Show resolved Hide resolved
src/types.rs Show resolved Hide resolved
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