rc-cell 0.1.0

A simple wrapper around Rc<RefCell<T>>
Documentation

Provides a thin wrapper over Rc<RefCell<T>> for higher ergonomics, as managing nested types gets annoying.