Expand description
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.
Derive Macrosยง
- Tablefy
- Derives the
Tablefy
trait for any struct.