Module linefeed::table
[−]
[src]
Provides utilities for formatting strings in a table
Structs
Line |
Represents a single line of the table |
Table |
Represents a table of strings, formatted into rows and columns |
Functions
format_columns |
Formats a series of strings into columns, fitting within a given screen width. Returns the size of each resulting column, including spacing. |