-
Notifications
You must be signed in to change notification settings - Fork 435
add scroll #31
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
add scroll #31
Conversation
extensible and endian-aware Read/Write traits for generic containers
@memoryruins This is nice and I don't have any objection adding it but at the moment I also can't think of any use case in embedded. Are there any projects making good use of it?
FWIW when I came across this PR, I bookmarked it to try addressing ah-/anne-key#20 with this crate :)
@hdhoang Thanks for the feedback. Speaking of which, I really think we should have awesome embedded firmwares also on the list, mind submitting a PR to add anne-key? ;)
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.
LGTM, thanks for your contribution.
It's a core crate of https://github.com/m4b/goblin (developed by the dev of scroll), which is used in the Redox kernel. Fantastic to see anne-key already checking it out :)
scroll: extensible and endian-aware Read/Write traits for generic containers