very nice table
Number one table.
Very basic and lightweight table builder to print tabular data.
Example
use ;
use Table;
COMMAND PID USER HOST:PORTS
rapportd 449 Quentin *:61165
Python 22396 Quentin *:8000
rustrover 30928 Quentin 127.0.0.1:63342
Transmiss 94671 Quentin *:51413
Transmiss 94671 Quentin *:51413
That's about it.
Roadmap
Not much, but will likely add some sort of "max rows" setting, and allow omitting headers which is not yet possible.
Max rows would look like this:
let table = new
.max_rows
.headers
.alignments
.data
.to_string;
COMMAND PID USER HOST:PORTS
rapportd 449 Quentin *:61165
... ... ... ...
Transmiss 94671 Quentin *:51413
Transmiss 94671 Quentin *:51413