[package]
name = "struct_to_array"
version = "0.2.0"
edition = "2024"
authors = ["struct_to_array contributors"]
description = "Convert between homogeneous structs and fixed-size arrays"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bcolloran/struct_to_array"
documentation = "https://docs.rs/struct_to_array"
readme = "README.md"
keywords = ["struct", "array", "conversion", "derive", "macro"]
categories = ["data-structures", "no-std", "rust-patterns"]
[dependencies]
struct_to_array_derive = { version = "0.2.0", path = "../struct_to_array_derive" }
[dev-dependencies]
proptest = "1"