pointer_vec 0.1.1

The PointerVec works same as the std Vec structure except the Vec has a size of 3 usize (pointer, length, capacity). This crate provides a replacement that has a size of 1 pointer.
Documentation
  • Coverage
  • 2.44%
    1 out of 41 items documented0 out of 40 items with examples
  • Size
  • Source code size: 29.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.91 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • yc25/pointer-vec
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • YC-Lammy

Pointer-Vec

The PointerVec works same as the std Vec structure except the Vec has a size of 3 usize (pointer, length, capacity). This crate provides a replacement that has a size of 1 pointer.

Usage

directly replace Vec with PointerVec.