rcstruct 0.1.2

Generate transparent `Struct(Rc<RefCell<Struct>>)` newtypes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rcstruct"
version = "0.1.2"
description = "Generate transparent `Struct(Rc<RefCell<Struct>>)` newtypes"
authors = ["Felix Rabe <felix@rabe.io>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/felixrabe/rcstruct"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "0.4.30"
quote = "0.6.12"
syn = { version = "0.15.34", features = ["full"]}