ratatui

Module layout

source

Structs§

  • An iterator over columns within a Rect.
  • A layout is a set of constraints that can be applied to a given area to split it into smaller ones.
  • Amounts by which to move a Rect.
  • Position in the terminal
  • An iterator over positions within a Rect.
  • A Rectangular area.
  • An iterator over rows within a Rect.
  • A simple size struct

Enums§

  • A constraint that defines the size of a layout element.
  • Defines the options for layout flex justify content in a container.
  • Represents the spacing between segments in a layout.