Module linefeed::table

source ·
Expand description

Provides utilities for formatting strings in a table

Structs

Represents a single line of the table
Represents a table of strings, formatted into rows and columns

Functions

Formats a series of strings into columns, fitting within a given screen width. Returns the size of each resulting column, including spacing.