constructor-macro 0.4.2

Derive constructor macros for structs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "constructor-macro"

description = "Derive constructor macros for structs"

version = "0.4.2"

authors = ["Kai <thiskaiguy@gmail.com>"]

edition = "2018"

license = "MIT"

readme = "README.md"

repository = "https://github.com/thisKai/constructor-macro"



[lib]

proc-macro = true



[dependencies]

proc-macro2 = "0.4"

quote = "0.6"

syn = { version = "0.15", features = ["full"] }