Uses old Rust 2015
0.2.0 |
|
---|---|
0.1.1 |
|
0.1.0 |
|
#20 in #weak
11KB
259 lines
This crate provides wrappers around Rc<T>
, Weak<T>
, Option<Rc<T>>
and
Option<Weak<T>>
with similar functionality to Cell
and less overhead than
RefCell
.
This create should be given a new name because it can be used with
types other than Rc
or Weak
.