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.
Procedural macro that generates an array of the field names of a named struct - jofas/struct_field_names_as_array ...