Uses old Rust 2015

0.3.0 Oct 1, 2018
0.2.0 Aug 25, 2018
0.1.0 Aug 25, 2018

#149 in #unsafe

27 downloads per month

MIT/Apache

40KB
938 lines

This crate provides traits to extend the functionality of Cell<T>, making it useful to wrap certain types that otherwise would need a RefCell or unsafe blocks.

No runtime deps