sync_rw_cell

Crates.iosync_rw_cell
lib.rssync_rw_cell
version0.1.0
sourcesrc
created_at2024-03-09 17:07:43.244103
updated_at2024-03-09 17:07:43.244103
descriptionThread-safe version of RefCell.
homepage
repositoryhttps://github.com/DouglasDwyer/sync_rw_cell
max_upload_size
id1167988
size8,140
Douglas Dwyer (DouglasDwyer)

documentation

README

sync_rw_cell

Crates.io Docs.rs

Defines a Send and Sync version of std::cell::RefCell, which aborts the program if an attempted borrow fails.

Commit count: 0

cargo fmt