-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat: generic byte reader reopen #225
feat: generic byte reader reopen #225
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also can you check if ByteArray
doesn't suit all your needs ?
Can you elaborate a bit please? Which part were you thinking of? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
parse_signed already returns an option so no need to do Option::Some(pars_signed(x, y)?)
just return parse_signed(x, y)
Pull Request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Please see pull request 199 for background. Reopened here minus Serde which has been added to
byte_array
ofcore
.Does this introduce a breaking change?
Other information