Skip to content

Commit 552fc52

Browse files
committed
Release independent packages
slice-dst@1.5.0 Generated by cargo-workspaces
1 parent 031ea71 commit 552fc52

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

crates/slice-dst/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slice-dst"
3-
version = "1.4.1"
3+
version = "1.5.0"
44
edition = "2018"
55

66
authors = ["Christopher Durham (cad97) <cad97@cad97.com>"]

crates/slice-dst/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ in exchange for moving node payloads to the heap alongside the children array.
7878
### 1.4.0
7979
#### Additions
8080

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+
8187
- Added the `TryAllocSliceDst`, a fallible analogue to `AllocSliceDst`.
8288

8389
### 1.3.0

0 commit comments

Comments
 (0)