tablefy_derive 0.1.0

A procedural macro to help Tablefy any struct!
Documentation

A derive trait for auto-implementing the Tablefy trait for structs.

Currently only works for structs whose elements implement the display trait. In the future, support may be added for Debug/Pretty printing, and customizing the names of the table headers.