Skip to content

Commit

Permalink
Merge pull request #490 from Nitrokey/deque-view-dedup
Browse files Browse the repository at this point in the history
Implement DequeView on top of #486
  • Loading branch information
Dirbaio committed Jul 1, 2024
2 parents bb225db + 235f794 commit 02cc494
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 214 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `MpMcQueueView`, the `!Sized` version of `MpMcQueue`.
- Added `LinearMapView`, the `!Sized` version of `LinearMap`.
- Added `HistoryBufferView`, the `!Sized` version of `HistoryBuffer`.
- Added `DequeView`, the `!Sized` version of `Deque`.

### Changed

Expand Down
Loading

0 comments on commit 02cc494

Please sign in to comment.