struct_to_array 0.1.1

Convert between homogeneous structs and fixed-size arrays
Documentation
[dependencies.struct_to_array_derive]
version = "0.1.0"

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

[lib]
name = "struct_to_array"
path = "src/lib.rs"

[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 = "Convert between homogeneous structs and fixed-size arrays"
documentation = "https://docs.rs/struct_to_array"
edition = "2024"
keywords = ["struct", "array", "conversion", "derive", "macro"]
license = "MIT OR Apache-2.0"
name = "struct_to_array"
readme = "README.md"
repository = "https://github.com/bcolloran/struct_to_array"
resolver = "2"
version = "0.1.1"

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

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

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