ignorable 0.1.2

Standard library derives that can ignore individual fields
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"

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

[package]
authors = ["Nik Revenco <pm@nikrev.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "no-std::no-alloc", "development-tools", "development-tools::procedural-macro-helpers", "rust-patterns"]
description = "Standard library derives that can ignore individual fields"
edition = "2021"
keywords = ["derive", "proc-macro", "utility", "macros", "no-std"]
license = "MIT OR Apache-2.0"
name = "ignorable"
readme = "README.md"
repository = "https://github.com/nik-rev/ignorable"
rust-version = "1.68"
version = "0.1.2"

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

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

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