Crate tableau

Source
Expand description

Tableau is a library for creating tables in Rust.

Structs§

Cell
A cell in a table row.
Row
A row within a table.
Style
A struct that contains the characters used to draw a table.
Table
The main struct for creating a table.

Enums§

Alignment
The alignment of a cell’s content.