enum-typer 0.1.1

Type-indexed enums and GADTs for Rust via procedural macros
Documentation
[package]
name = "enum-typer"
version = "0.1.1"
edition = "2021"
authors = ["DexerMatters"]
license = "MIT OR Apache-2.0"
description = "Type-indexed enums and GADTs for Rust via procedural macros"
readme = "README.md"
repository = "https://github.com/DexerMatters/enum-typer"
keywords = ["gadt", "type-indexing", "proc-macro", "pattern-matching", "trait-objects"]
categories = ["rust-patterns", "encoding"]

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.103"
quote = "1.0.42"
syn = { version = "2.0.110", features = ["full"] }