[][src]Module rocdoc::table

A very simple pretty printing table implementation that does not permit removal of rows. Cells are left justified and trailing whitespace is stripped from the input.

Structs

Table

A very simple plain text table that knows the width of each of its columns.