either_field 1.2.2

Macro for generating different types off of a template struct
Documentation
[dependencies.proc-macro2]
version = "1.0.105"

[dependencies.quote]
version = "1.0.43"

[dependencies.syn]
features = ["parsing", "full", "derive", "extra-traits"]
version = "2.0.114"

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

[package]
authors = ["FallBackITA27 <leilamassanova@gmail.com>", "ekstdo <minhala2003@mailo.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "development-tools::build-utils"]
description = "Macro for generating different types off of a template struct"
edition = "2024"
keywords = ["macros", "structs", "omit", "either", "fields"]
license = "GPL-3.0-only"
name = "either_field"
readme = "README.md"
repository = "https://github.com/FallBackITA27/either_field/"
version = "1.2.2"