Uses old Rust 2015
0.3.0 |
|
---|---|
0.2.0 |
|
0.1.0 |
|
#165 in #cell
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.
Uses old Rust 2015
0.3.0 |
|
---|---|
0.2.0 |
|
0.1.0 |
|
#165 in #cell
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.