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.
1 parent 031ea71 commit 552fc52Copy full SHA for 552fc52
crates/slice-dst/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "slice-dst"
3
-version = "1.4.1"
+version = "1.5.0"
4
edition = "2018"
5
6
authors = ["Christopher Durham (cad97) <cad97@cad97.com>"]
crates/slice-dst/README.md
@@ -78,6 +78,12 @@ in exchange for moving node payloads to the heap alongside the children array.
78
### 1.4.0
79
#### Additions
80
81
+- Added `SliceWithHeader::from_slice`, which is a specialization of `_::new`
82
+ for slices of `Copy` types that can avoid some bookkeeping overhead.
83
+
84
+### 1.4.0
85
+#### Additions
86
87
- Added the `TryAllocSliceDst`, a fallible analogue to `AllocSliceDst`.
88
89
### 1.3.0
0 commit comments