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

Queue: implement QueueView on top of #486 #496

Merged
merged 1 commit into from
Jul 1, 2024

Conversation

sosthene-nitrokey
Copy link
Contributor

@sosthene-nitrokey sosthene-nitrokey commented Jul 1, 2024

Like the others, this will maintains backwards compatibility with:

  • capacity was const so the non-const, generic version is storage_capacity,
  • Iter, IterMut, Consumer, Producer were public, so now they are made generic, but they should be made to always use the View` version in a breaking release

TODO: Add this to #494 when merging

@Dirbaio Dirbaio added this pull request to the merge queue Jul 1, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 1, 2024
@Dirbaio Dirbaio added this pull request to the merge queue Jul 1, 2024
Merged via the queue into rust-embedded:main with commit 2880a89 Jul 1, 2024
22 checks passed
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.

None yet

2 participants