Commit db6e512
committed
Version 0.6.0
Includes these changes:
* Breaking change: Remove deprecated `SmallVecN` type aliases and
`push_all_move` method.
* Breaking change: Make `retain` pass `&mut T` to its predicate.
* Add new methods `dedup`, `dedup_by`, and `dedup_by_key`.
* Deprecate the `VecLike` trait in favor of standard library traits.
* Optimize the `Clone` and `Deserialize` implementations to avoid
unnecessary reallocation.
* Optimize `extend_from_slice` and `insert_from_slice` to use
`copy_nonoverlapping`.
* Include the text of the Mozilla Public License in the source repo.
* Improved documentation.1 parent 6fbff19 commit db6e512
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments