1 unstable release

0.1.0 Mar 9, 2024

#2 in #abort

Download history 136/week @ 2024-03-05 22/week @ 2024-03-12 11/week @ 2024-03-19 3/week @ 2024-03-26 68/week @ 2024-04-02

83 downloads per month
Used in datafrost

MIT/Apache

9KB
181 lines

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.


lib.rs:

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

Dependencies

~3KB