Crate text_grid

source ·
Expand description

A library to create formatted plain-text tables.

See Grid (High Level API) or GridBuilder (Low Level API) for details.

Macros

  • Create Cell via runtime expression interpolation, as in format!.
  • Create Cells for float numbers via runtime expression interpolation.

Structs

Enums

Traits

  • A data structure that can be formatted into cells.
  • Column definitions.
  • A data structure that can be formatted into a cell.

Functions