#identifier #unique #cell

no-std pui-cell

An append only vector, with guaranteed elided bounds checks

2 releases

0.5.1 Jan 14, 2021
0.5.0 Jan 10, 2021

#372 in No standard library


Used in pui

MIT/Apache

66KB
1K SLoC

pui-cell

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


lib.rs:

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)!

Dependencies

~92KB