We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7fb25c + fbe5f3f commit db26571Copy full SHA for db26571
CHANGELOG.md
@@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
- Implement `TryFrom` for `Deque` from array.
15
- Switch from `serde` to `serde_core` for enabling faster compilations.
16
- Implement `Zeroize` trait for all data structures with the `zeroize` feature to securely clear sensitive data from memory.
17
+- Added `truncate` to `Deque`
18
+- Added `retain` to `Deque`
19
+- Added `retain_mut` to `Deque`
20
21
## [v0.9.1] - 2025-08-19
22
0 commit comments