[][src]Crate boxx

boxx

The boxx crate provides a convenient, high-level API for creating boxes in the terminal.

Structs

BorderComponents

BorderComponents defines the Strings to use when dislaying the corners and sides of a Boxx.

Boxx

Boxx is a customizable data structure that will pretty print content separated by newlines (\n).

Config

Config holds the configuration of a Boxx and determines how it should be displayed

Enums

Alignment

Right, left, or center?

BorderColor

A terminal color.

BorderStyle

Different styles for the border of a Boxx.