Fix internal representation of deinterleaved data structures.
Prepare v0.1.0.
Fix README.
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.