rc-cell 0.1.0

A simple wrapper around Rc<RefCell<T>>
Documentation
  • Coverage
  • 30.77%
    4 out of 13 items documented0 out of 12 items with examples
  • Size
  • Source code size: 3.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.97 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • pie-flavor/rc_cell
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pie-flavor

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