Module merge
tabled
0.10.0
Module merge
Module Items
Structs
In crate tabled
Modules
alignment
builder
display
format
formatting
height
locator
macros
measurment
merge
object
peaker
shadow
style
width
Macros
col
row
Structs
Border
BorderText
CellSettingsList
Concat
Disable
Extract
Footer
Header
Height
Highlight
Margin
Modify
ModifyList
Padding
Panel
Span
Style
Table
Width
Enums
Alignment
Rotate
Traits
CellOption
ModifyObject
TableIteratorExt
TableOption
Tabled
Derive Macros
Tabled
tabled
Module
merge
Copy item path
Settings
Help
Summary
Source
Expand description
The module contains a set of methods to merge cells together via
Span
s.
Structs
§
Merge
Merge to combine duplicates together, using
Span
.
Merge
Duplicates
Horizontal
A modificator for
Table
which looks up for duplicates in rows and in case of duplicate merges the cells together using
Span
.
Merge
Duplicates
Vertical
A modificator for
Table
which looks up for duplicates in columns and in case of duplicate merges the cells together using
Span
.