opt_vec 0.1.2

A wrapper around Vec<Option<T> that makes deletion fast
Documentation
  • Coverage
  • 100%
    11 out of 11 items documented2 out of 11 items with examples
  • Size
  • Source code size: 8.21 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.67 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • whtsht/opt_vec
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • whtsht

opt_vec

Crate

A contiguous growable array type with heap-allocated contents with fast deletion process.

This is a wrapper for Vec<Option<T>>