Crates.io | deinterleave-derive |
lib.rs | deinterleave-derive |
version | 0.1.1 |
source | src |
created_at | 2024-08-03 14:11:27.815147 |
updated_at | 2024-08-03 14:44:40.051188 |
description | Deinterleave your datastructures |
homepage | https://git.sr.ht/~hadronized/deinterleave |
repository | https://git.sr.ht/~hadronized/deinterleave |
max_upload_size | |
id | 1324344 |
size | 6,354 |
This crate provides the Deinterleave
trait and DVec<T>
type, which is a
deinterleaved version of Vec<T>
. The API is similar but allows access to
individual contiguous regions of fields, iterators, etc.