Crates.io | ro_cell |
lib.rs | ro_cell |
version | 0.1.0 |
source | src |
created_at | 2021-10-26 06:23:42.69214 |
updated_at | 2021-10-26 06:23:42.69214 |
description | A (mostly) readonly cell |
homepage | |
repository | https://github.com/nbdd0121/ro_cell |
max_upload_size | |
id | 471621 |
size | 17,079 |
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.