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

Added usize to read, elided lifetimes, and docs #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rfraser-spideroak
Copy link

Added support for uzise values returning from ReadStorage.read to enable the use of fixed sized buffers, removed unnecessary lifetimes specifiers that could be elided, and filled out some of the empty docs. This can resolve #63

Added support for uzise values returning from `ReadStorage.read` to enable the use of fixed sized buffers, removed unnecessary lifetimes specifiers that could be elided, and filled out some of the empty docs
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.

embedded_storage::ReadStorage should return the number of bytes written into the array
1 participant