summaryrefslogtreecommitdiffstats
path: root/TODO.md
blob: 2021f56050ba960811c9cd98b40be89acce23d4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# TODO list

## Features :
* Select a range of rows to print
* Manage formatting with "term" library
* 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