Crates.io | pui-cell |
lib.rs | pui-cell |
version | 0.5.1 |
source | src |
created_at | 2021-01-10 23:34:23.671927 |
updated_at | 2021-01-14 15:09:14.554519 |
description | An append only vector, with guaranteed elided bounds checks |
homepage | |
repository | https://github.com/RustyYato/pui |
max_upload_size | |
id | 339657 |
size | 12,366 |
A shared mutable type that doesn't use guards and gives references directly!
pui_cell
builds atop the foundation of pui_core
to provide safe shared mutability that can be checked
at compile-time (if you want)!
License: MIT/Apache-2.0