convert-map 0.1.0

convert struct from the other macro.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "convert-map"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "convert struct from the other macro."
repository = "https://github.com/yassun4dev/convert-map.git"
authors = ["yassun4dev <yassun4dev@outlook.com>"]
keywords = []

[lib]
proc-macro = true

[dependencies]
darling = "^0.14"
proc-macro2 = "^1.0"
quote = "^1.0"
syn = { version = "^1.0", features = ["extra-traits"] }