struct-patch 0.2.3

A library that helps you implement partial updates for your structs.
Documentation
[dependencies.struct-patch-derive]
version = "=0.2.3"
[dev-dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = ["status"]
status = ["struct-patch-derive/status"]

[package]
authors = ["Antonio Yang <yanganto@gmail.com>"]
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"
readme = "README.md"
repository = "https://github.com/yanganto/struct-patch/"
resolver = "1"
version = "0.2.3"