generic-array-struct 0.3.1

An attribute proc macro to convert structs with named fields of the same generic type into a single-array-field tuple struct with array-index-based accessor and mutator methods.
Documentation
[dependencies.heck]
default-features = false
version = "^0.5"

[dependencies.proc-macro2]
default-features = false
version = "^1"

[dependencies.quote]
default-features = false
version = "^1"

[dependencies.syn]
default-features = false
features = ["derive", "printing", "parsing", "proc-macro"]
version = "^2"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An attribute proc macro to convert structs with named fields of the same generic type into a single-array-field tuple struct with array-index-based accessor and mutator methods."
edition = "2021"
license-file = "LICENSE"
name = "generic-array-struct"
readme = "README.md"
repository = "https://github.com/igneous-labs/generic-array-struct"
rust-version = "1.83"
version = "0.3.1"

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