#refcell #cell #overhead #less #wrapper #rc #weak

yanked cell_rc

Wrappers with less overhead than RefCell for reference counted pointers

Uses old Rust 2015

0.2.0 Jul 30, 2017
0.1.1 Jul 30, 2017
0.1.0 Jul 29, 2017

#19 in #weak

40 downloads per month

Apache-2.0

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.

No runtime deps