cell_rc 0.1.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.