1 unstable release

0.1.0 Mar 9, 2024

#9 in #abort


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