clone_with 0.1.0

A rust procedural macro to clone a struct with some fields changed.
Documentation
[package]
name = "clone_with"
version = "0.1.0"
edition = "2021"
authors = ["Parth Patel <parthspatel.nj@gmail.com>"]
description = "A rust procedural macro to clone a struct with some fields changed."
license = "MIT"
repository = "https://github.com/parthspatel/rs-clone-with"
readme = "README.md"

[lib]
name = "clone_with"
path = "src/lib.rs"
proc-macro = true

[dependencies]
syn = "2.0"
quote = "1.0"
proc-macro2 = "1.0"