~hadronized/deinterleave

Deinterleave your datastructures
Fix internal representation of deinterleaved data structures.
Prepare v0.1.0.

refs

master
browse  log 
deinterleave-derive-v0.1.1
release notes 

clone

read-only
https://git.sr.ht/~hadronized/deinterleave
read/write
git@git.sr.ht:~hadronized/deinterleave

You can also use your local clone with git send-email.

#Deinterleave your datastructures

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.