patched 0.2.0

Macro for patch like structure
Documentation
[dependencies.patched_macros]
optional = true
version = "0.2.0"

[dev-dependencies.trybuild]
version = "1"

[features]
default = ["macros"]
macros = ["dep:patched_macros"]

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

[package]
authors = ["Tristan Guichaoua <tguichaoua.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macro for patch like structure"
edition = "2021"
keywords = ["macros", "patch"]
license = "MIT OR Apache-2.0"
name = "patched"
readme = "README.md"
repository = "https://github.com/tguichaoua/patched"
version = "0.2.0"

[[test]]
name = "test"
path = "tests/test.rs"

[[test]]
name = "ui"
path = "tests/ui.rs"