Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Nukesor/comfy-table
/ types & classes
Types & classes
18 in github.com/Nukesor/comfy-table
⨍
Functions
261
◇
Types & classes
18
Class
ArrangementState
State for the dynamic width-arrangement algorithm. In contrast to the other layout algorithms, the dynamic codepath is by far the most complex, as we
src/utils/arrangement/dynamic.rs:13
Enum
Attribute
src/style/attribute.rs:32
Class
Cell
src/cell.rs:7
Enum
CellAlignment
src/style/cell.rs:18
Class
Cells
A simple wrapper type for a `Vec<Cell>`. This wrapper is needed to support generic conversions between iterables and `Vec<Cell>`. Check the trait imp
src/cell.rs:160
Enum
Color
src/style/color.rs:29
Class
Column
src/column.rs:31
Class
ColumnCellIter
An iterator over cells of a specific column. A dedicated struct is necessary, as data is usually handled by rows and thereby stored in `Table::rows`.
src/table.rs:693
Class
ColumnCellsWithHeaderIter
An iterator over cells of a specific column. A dedicated struct is necessary, as data is usually handled by rows and thereby stored in `Table::rows`.
src/table.rs:717
Enum
ColumnConstraint
src/style/column.rs:9
Class
ColumnDisplayInfo
src/utils/mod.rs:19
Enum
ContentArrangement
src/style/table.rs:10
Class
ContentLineStyle
src/style/table_style.rs:93
Class
LineStyle
src/style/table_style.rs:18
Class
Row
src/row.rs:10
Class
Table
src/table.rs:23
Class
TableStyle
src/style/table_style.rs:167
Enum
Width
src/style/column.rs:32