struct_morph 0.3.0

macro for morphing one struct into another.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "struct_morph"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = "macro for morphing one struct into another."
authors = ["shrynx <shriyansbhatnagar@gmail.com>"]
repository = "https://github.com/shrynx/struct_morph/tree/main/lib"
readme = "README.md"

[lib]
proc-macro = true

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