Expand description
A formatted and aligned table printer written in rust
Modules§
- Terminal color definitions
- CSV impl and reexported types
- Define table formatting utilities
Macros§
- This macro simplifies
Cellcreation - Create a table with
table!macro, print it to standard output, then return this table for future usage. - This macro simplifies
Rowcreation - Create a table filled with some values
Structs§
- Represent a table cell containing a string.
- Iterator over immutable cells in a column
- Iterator over mutable cells in a column
- Represent a table row made of cells
- An owned printable table
- A borrowed immutable
Tableslice ATableSliceis obtained by slicing aTablewith theSlice::slicemethod.
Enums§
- Terminal attributes for use with term.attr().
Traits§
- Trait implemented by types which can be sliced
- Trait implemented by types which can be sliced