struct-patch-derive 0.1.4

A lib help you patch Rust instance, and easy to partial update configures.
Documentation
[dependencies.proc-macro-error]
version = "1.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["parsing"]
version = "1.0"

[features]
status = []

[lib]
proc-macro = true

[package]
authors = ["Antonio Yang <yanganto@gmail.com>"]
categories = ["Accessibility"]
description = "A lib help you patch Rust instance, and easy to partial update configures."
edition = "2021"
keywords = ["struct", "patch", "macro", "derive", "overlay"]
license = "MIT"
name = "struct-patch-derive"
readme = "README.md"
repository = "https://github.com/yanganto/struct-patch/"
resolver = "1"
version = "0.1.4"