Minimal Table
A minimal table implementation that renders a Vec<Vec> to a string table.
Examples
use TableRenderer;
let data = vec!;
let table = render;
println!;
Contributing
Contributions are welcome but keep in mind, that this should be a minimal library. If you would've expected a full featured amazing table library, please consider using Stanza