patchable 0.2.1

A trait for patching structs
Documentation
[dependencies.anyhow]
version = "1.0.100"

[dependencies.patchable-macro]
version = "0.2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.thiserror]
version = "2.0.17"

[lib]
name = "patchable"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A trait for patching structs"
edition = "2024"
license = "MIT"
name = "patchable"
readme = "README.md"
repository = "https://github.com/ShapelessCat/patchable"
version = "0.2.1"