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

Provide read_*_into methods #8

Merged
merged 4 commits into from
Aug 3, 2021
Merged

Provide read_*_into methods #8

merged 4 commits into from
Aug 3, 2021

Conversation

Enet4
Copy link
Owner

@Enet4 Enet4 commented Aug 2, 2021

  • Extend the Endian trait to have read_*_into methods.
    • default implementations are given, but they are overridden by implementations which delegate to the method with the same name in ReadBytesExt.
  • Extend ByteOrdered to have read_*_into as well.

Resolves #5

@Enet4 Enet4 added the enhancement New feature or request label Aug 2, 2021
@Enet4 Enet4 merged commit 1cf30d9 into master Aug 3, 2021
@Enet4 Enet4 deleted the imp/read_into branch August 3, 2021 13:13
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

Successfully merging this pull request may close these issues.

Add read_#_into methods
1 participant