struct_morph 0.2.0

macro for morphing one struct into another.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[lib]
proc-macro = true

[package]
authors = ["shrynx <shriyansbhatnagar@gmail.com>"]
description = "macro for morphing one struct into another."
edition = "2021"
license = "MIT"
name = "struct_morph"
readme = "README.md"
version = "0.2.0"