No description
Find a file
2021-03-17 10:14:34 -04:00
benches Initial import. 2017-01-03 14:07:15 -08:00
src Reorder borrow/try_borrow, reimplement borrow in terms of try_borrow/reduce redundancy 2020-10-07 17:53:11 -07:00
tests Add try_borrow[_mut] and tests 2020-10-06 13:38:41 -07:00
.gitignore Initial import. 2017-01-03 14:07:15 -08:00
Cargo.toml version bump for publishing try feature. 2021-03-17 10:14:34 -04:00
README.md Initial import. 2017-01-03 14:07:15 -08:00

atomic_refcell

Threadsafe RefCell for Rust.