Crate tprint

Source
Expand description

tprint is a simple Rust crate to print tabular data.

Structs§

TPrint
A struct to store the table data
TPrintBordersHTML
HTML borders
TPrintBordersUnicode
Unicode borders
TPrintOutputFile
A struct that writes the output to a file.
TPrintOutputString
A struct that stores the output in a string.

Enums§

TPrintAlign
Represents the alignment of the text in the column.