summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2015-06-18Fixed issue with ptable! macropierresy
2015-06-17Create a table format struct, and provide some default format, addpierresy
2015-06-10Capability to update row (append, insert, remove cells)pierresy
2015-06-10Added capability to insert a row in tablespierresy
2015-06-10Improved the way tables are and can be createdpierresy
2015-06-08Renamed to prettytable-rspierresy
2015-06-07Fixed typo. Updated TODOspierresy
2015-06-01Fixed table! docpierresy
2015-06-01Improved cellspierresy
2015-06-01Removed titles from tables since they can be set in row 0.pierresy
2015-06-01Allow variable column numberpierresy
2015-06-01Fixed typo in a panic messagepierresy
2015-06-01Testing appveyor CIpierresy
2015-06-01* Manage multi line rowspierresy
2015-05-31Created type Rowpierresy
2015-05-31Conditional compilation : linefeed is \n on unix and mac os, but s \r\npierresy
2015-05-31Reduced the use of write! macropierresy
2015-05-31Table printing now use static dispatch to object implementing traitpierresy
2015-05-31Implemented Display (and implicitly ToString) trait for Tablepierresy
2015-05-28Implemented Debug and Clone traits for Tablepierresy
2015-05-28Created ptable! macropierresy
2015-05-28Added the table! macro to easily build a new tablepierresy
2015-05-28Capability to customize separators characterspierresy
2015-05-28Added toto listpierresy
2015-05-28Added capability to write table to a &mut Writerpierresy
2015-05-28Updated examples and cargo.tomlpierresy
2015-05-28Added doc comments, readme file and travis config filepierresy
2015-05-28Moved root directorypierresy