Skip to content

Commit

Permalink
Merge pull request rust-embedded#493 from Nitrokey/history-buffer-vie…
Browse files Browse the repository at this point in the history
…w-dedup

Implement HistoryBufferView on top of rust-embedded#486
  • Loading branch information
Dirbaio authored Jul 1, 2024
2 parents 4002864 + 314fd85 commit 7a321db
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 84 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `StringView`, the `!Sized` version of `String`.
- Added `MpMcQueueView`, the `!Sized` version of `MpMcQueue`.
- Added `LinearMapView`, the `!Sized` version of `LinearMap`.
- Added `HistoryBufferView`, the `!Sized` version of `HistoryBuffer`.

### Changed

Expand Down
Loading

0 comments on commit 7a321db

Please sign in to comment.