enum_arr 0.1.0

Crate for Enum-Indexed arrays inspired by the Odin Programming Language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"