Derive macro for struct_to_array
A Rust library that allows you to represent the structure as an array
Convert between homogeneous structs and fixed-size arrays
proc macros for the array-as-struct crate
Derive macro for generating arrays from struct fields.
Procedural macros for the struct-field-names-as-array crate
Derive macro for generating arrays from struct fields.
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.
A Rust library that allows you to represent the structure as an array. Ported from https://github.com/Nikitamuraviev10/struct_as_array.git to proc_macro2, syn 2.0 and quote 1.0
Crate for generating the field names of named structs as constants
Macro implementation of #[derive(SoAble)]
Automatic Struct of Array generation