Expand description
tprint is a simple Rust crate to print tabular data.
Structs§
- TPrint
- A struct to store the table data
- TPrint
BordersHTML - HTML borders
- TPrint
Borders Unicode - Unicode borders
- TPrint
Output File - A struct that writes the output to a file.
- TPrint
Output String - A struct that stores the output in a string.
Enums§
- TPrint
Align - Represents the alignment of the text in the column.