-
Notifications
You must be signed in to change notification settings - Fork 210
Vec: add a "View" that can mutate the vec and erase the const generic. #425
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
932576d
Implement https://github.com/rust-embedded/heapless/pull/424 but with…
sosthene-nitrokey 5359219
Fix documentation issue
sosthene-nitrokey 805037b
Add missing documentation
sosthene-nitrokey 0af5f17
Forward missing implementations to the view
sosthene-nitrokey add12d7
Improve docs
sosthene-nitrokey de72f43
Update changelog
sosthene-nitrokey 113c3cc
Fix docs
sosthene-nitrokey 2fe9669
Add link
sosthene-nitrokey af8cf12
Fix cfail tests
sosthene-nitrokey 15ba0a7
Fix doc warnings
sosthene-nitrokey 5cb9fea
Fix docs reference to removed module
sosthene-nitrokey b95e1d2
VecView: Add spare_capacity_mut
sosthene-nitrokey 2408e71
Make drop_with_len unsafe
sosthene-nitrokey 71d857a
Document uses of unsafe in VecDrop
sosthene-nitrokey bc1853e
Document rustdoc issue workaround
sosthene-nitrokey 1c399db
Remove comment questionnig Eq implementation
sosthene-nitrokey 24fedd3
Fix typos
sosthene-nitrokey 0010f40
Remove nonsense documentation line
sosthene-nitrokey cdfe308
Fix documentation of as_(mut_)view
sosthene-nitrokey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.