cell_rc 0.2.0

Wrappers with less overhead than RefCell for reference counted pointers
Documentation

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.