# TODO list ## Features : * Select a range of rows to print * Capability to store object implementing the "std::string::ToString" trait * Capability to not use line separators * Capability to hide titles * Dynamic column number * Manage formatting with "term" library * Limit cell width and split content if needed * Limit table width and auto adjust cell width as needed ## Improvements : * Improve checkings in table! macro. Prevent it from panicking ## General : * Learn how to do unit testing in Rust, and add some ## Travis-CI : * Publish doc in github pages * Automatically publish API documentation with travis after each successfull build