Crates.io | deinterleave |
lib.rs | deinterleave |
version | 0.1.1 |
source | src |
created_at | 2024-08-03 14:11:42.096357 |
updated_at | 2024-08-03 14:45:13.056671 |
description | Deinterleave your datastructures |
homepage | https://git.sr.ht/~hadronized/deinterleave |
repository | https://git.sr.ht/~hadronized/deinterleave |
max_upload_size | |
id | 1324345 |
size | 7,016 |
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.