opt_arrayvec 0.1.0

Vector-like container with fixed capacity, using options instead of stored length
Documentation
  • Coverage
  • 14.29%
    1 out of 7 items documented0 out of 4 items with examples
  • Size
  • Source code size: 9.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.97 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • FlareFlo/opt_arrayvec
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • FlareFlo

OptArrayVec

A vector-like container that does not store its length directly, but rather retrieves them through inner options. I highly discourage using this if size_of::<Yourtype> != size_of::<Option<Yourtype>>

MSRV

Currently, 1.65