| Crates.io | pui-vec |
| lib.rs | pui-vec |
| version | 0.5.1 |
| created_at | 2021-01-10 23:34:32.171259+00 |
| updated_at | 2021-01-14 15:09:25.547395+00 |
| description | An append only vector, with guaranteed elided bounds checks |
| homepage | |
| repository | https://github.com/RustyYato/pui |
| max_upload_size | |
| id | 339658 |
| size | 31,402 |
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)
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