[package]
name = "enum_arr"
version = "0.1.0"
edition = "2024"
authors = ["Tadeo Hepperle"]
license = "MIT OR Apache-2.0"
description = "Crate for Enum-Indexed arrays inspired by the Odin Programming Language"
keywords = ["enum", "array", "map", "inline"]
[lib]
proc-macro = true
[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1"