prettytable-rs 0.4.0

A small rust library that print aligned and formatted tables
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# TODO list


## Features :

* Select a range of rows to print
* Limit cell width and split content if needed
* Limit table width and auto adjust cell width as needed
* Add capability to prevent new lines in cell, by replacing them with spaces

## Improvements :


## General :

* Learn how to do unit testing in Rust, and add some

## Travis-CI :

* Automatically publish API documentation with travis after each successfull build