struct_to_array_derive 0.1.1

Derive macro for struct_to_array
Documentation
[dependencies.proc-macro-crate]
version = "3"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2"

[dev-dependencies.pretty_assertions]
version = "1"

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

[package]
authors = ["struct_to_array contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "no-std", "rust-patterns"]
description = "Derive macro for struct_to_array"
documentation = "https://docs.rs/struct_to_array_derive"
edition = "2024"
keywords = ["struct", "array", "conversion", "derive", "macro"]
license = "MIT OR Apache-2.0"
name = "struct_to_array_derive"
readme = "README.md"
repository = "https://github.com/bcolloran/struct_to_array"
resolver = "2"
version = "0.1.1"