clone_into_derive 0.1.1

This crates generate clone macro for structs. It's quite convenient if you want that a struct copy to another struct which includes the struct fully.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.6"

[dependencies.syn]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Takuya Hirata <hirtak2000@gmail.com>"]
description = "This crates generate clone macro for structs. It's quite convenient if you want that a struct copy to another struct which includes the struct fully."
edition = "2021"
license = "Apache-2.0"
name = "clone_into_derive"
readme = "README.md"
repository = "https://github.com/tak9-n/clone_into_derive"
version = "0.1.1"