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 f1242df commit eefda9cCopy full SHA for eefda9c
crates/cust/CHANGELOG.md
@@ -4,7 +4,15 @@ Notable changes to this project will be documented in this file.
4
5
## Unreleased
6
7
- - Add `memory::memcpy_dtoh` to allow copying from device to host.
+- Add `memory::memcpy_dtoh` to allow copying from device to host.
8
+- `DeviceSlice` is represented as a slice again, but as `[()]` instead of `[T]`.
9
+- Reimplemented `Index` and `IndexMut` for `DeviceSlice` and removed `DeviceSlice::index`.
10
+- Methods that returned `DeviceSlice` by value now return references:
11
+ - `DeviceSlice::from_raw_parts`
12
+ - `DeviceSlice::from_raw_parts_mut`
13
+ - `DeviceSliceIndex::index`
14
+ - `DeviceSliceIndex::get_unchecked`
15
+- Added `DeviceSliceIndex::index_mut` and `DeviceSliceIndex::get_unchecked_mut`.
16
17
## 0.3.2 - 2/16/22
18
0 commit comments