Expand description
Module is responsible for tables underlyign grid.
It might be used when implementing your own TableOption
and CellOption
.
Modules§
- ansi
- A module which contains
ANSIFmt
trait and its implementationANSIStr
- colors
- A module which contains Colors trait and its blanket implementations.
- config
- Module contains a list of configs for varios tables/grids.
- dimension
- Module contains a list of implementations of
Estimate
andDimension
. - records
- The module contains
Records
,ExactRecords
,RecordsMut
,Resizable
traits and its implementations. - util
- A module contains utility functions which grid relay on.
Structs§
- Compact
Grid - Grid provides a set of methods for building a text-based table.
- Iter
Grid - Grid provides a set of methods for building a text-based table.
- Peekable
Grid - Grid provides a set of methods for building a text-based table.