struct_morph 0.3.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"
repository = "https://github.com/shrynx/struct_morph/tree/main/lib"
version = "0.3.0"