struct-patch-derive 0.4.1

A library that helps you implement partial updates for your structs.
Documentation
[package]
name = "struct-patch-derive"
authors.workspace = true
version.workspace = true
edition.workspace = true
categories.workspace = true
keywords.workspace = true
repository.workspace = true
description.workspace = true
license.workspace = true
readme.workspace = true

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version =  "2.0", features = ["parsing"] }

[features]
status = []