Crate ro_cell

Crate ro_cell 

Source
Expand description

Provide a cell that is (mostly) readonly.

This crate should only be used for extremely performance critical scenarios; you would normal want to use once_cell instead.

Structsยง

RoCell
A cell that is (mostly) readonly.