struct_morph 0.1.0

a (proc) macro for morphing one struct into another.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "struct_morph"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "a (proc) macro for morphing one struct into another."
authors = ["shrynx <shriyansbhatnagar@gmail.com>"]

[lib]
proc-macro = true

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