pui-vec

Crates.iopui-vec
lib.rspui-vec
version0.5.1
sourcesrc
created_at2021-01-10 23:34:32.171259
updated_at2021-01-14 15:09:25.547395
descriptionAn append only vector, with guaranteed elided bounds checks
homepage
repositoryhttps://github.com/RustyYato/pui
max_upload_size
id339658
size31,402
(RustyYato)

documentation

README

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

Commit count: 80

cargo fmt