View Source API Reference IO ANSI Table v1.0.34

Modules

Writes data to :stdio in a table with borders and colors. Can choose a table style to change the look of the table.

Functions related to the columns of a table.

A supervisor that starts table spec server processes dynamically.

Finds the align or sort attribute of a header. Also converts a header into a "heading".

Formats the lines of a table.

Defines the "line type" types. Also writes the line(s) of a given "line type".

Builds a list of line types from a reversed list of non-row/row line types.

Documents the options and table styles used in the IO.ANSI.Table API.

Defines the row type.

A table spec struct and functions for the IO ANSI Table app.

Derives the align attributes of a table.

Derives the column widths of a table.

Derives the headings of a table.

Derives the left margin of a table.

Derives the rows of a table. Also transposes rows into columns.

Derives the sort attributes of a table.

Makes processes under the spec supervisor fault-tolerant. If any crashes (or is killed), it is immediately restarted and the system remains undisturbed.

A server process that holds a table spec struct as its state.

Defines functions returning various aspects of the configured table styles.