deinterleave 0.1.1

Deinterleave your datastructures
Documentation
  • Coverage
  • 50%
    12 out of 24 items documented0 out of 20 items with examples
  • Size
  • Source code size: 7.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.79 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hadronized

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.