rcrefcell 1.0.7

Wrapper type for Rc<RefCell<A>>
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "rcrefcell"

version = "1.0.7"

authors = ["Charles Bayley <cbayley95@gmail.com>", "Nicholas Vilela <nvilela01.work@gmail.com>"]

edition = "2018"

keywords = ["rc", "refcell", "utility"] 

categories = ["rust-patterns"]

description = "Wrapper type for Rc<RefCell<A>>"

license-file = "LICENSE"

readme = "README.md"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]