minimal_table-0.1.0 has been yanked.
LibraryName
Description of what your library does and its key features.
Usage
To use this library, add it to your Cargo.toml:
[]
= "0.1"
Examples
Basic usage of your library:
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