Module papergrid::config

source ·
Expand description

A module which contains a general settings which might be used in other grid implementations.

Modules

  • A module which contains configuration of a CompactGrid which is responsible for grid configuration.
  • A module which contains configuration options for a Grid.

Structs

  • Border is a representation of a cells’s borders (left, right, top, bottom, and the corners)
  • Borders represents a Table frame with horizontal and vertical split lines.
  • An iterator over cells.
  • Formatting represent a logic of formatting of a cell.
  • A structure for a custom horizontal line.
  • Indent represent a filled space.
  • A structure which represents 4 box sides.
  • A structure for a vertical line.

Enums

Type Aliases

  • Position is a (row, col) position on a Grid.