struct-patch-derive 0.8.7

A library that helps you implement partial updates for your structs.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[dev-dependencies.pretty_assertions_sorted]
version = "1.2.3"

[features]
merge = []
op = []
status = []

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

[package]
authors = ["Antonio Yang <yanganto@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A library that helps you implement partial updates for your structs."
edition = "2021"
keywords = ["struct", "patch", "macro", "derive", "overlay"]
license = "MIT"
name = "struct-patch-derive"
readme = "README.md"
repository = "https://github.com/yanganto/struct-patch/"
version = "0.8.7"