pui-vec 0.5.1

An append only vector, with guaranteed elided bounds checks
Documentation
  • Coverage
  • 100%
    41 out of 41 items documented0 out of 27 items with examples
  • Size
  • Source code size: 31.4 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.69 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • RustyYato/pui
    4 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • RustyYato

pui-vec

A append-only vector that uses pui_core to brand indicies to allow for unchecked indexing. (Note: PuiVec is only append-only if there is an associated Identifier attached)

Features

pui (default) - this hooks into pui_core and provides a branded [Id] that can be used to elide bound checks.

License: MIT/Apache-2.0