summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2015-12-23First draft for #10 : Add capability to print range of rowspierresy
2015-12-08Fixes #5 : Improved capability to not print column separatorspierresy
2015-12-08Merge pull request #6 from hoodie/masterPierre-Henri Symoneaux
2015-12-08Fixes #7 : Table::printstd now falls back to stdlib standard output if cannot...pierresy
2015-11-24allowing for NO colum separatorsHendrik Sollich
2015-11-19Reset style before applying new style from stringpierresy
2015-11-19Added unittest on table indexingpierresy
2015-11-19Added unittest on tablespierresy
2015-11-19Added some unittests on style stringpierresy
2015-11-19Updated Cargo.toml and README.md.pierresy
2015-11-09#2 : Added an example file (style.rs) and updated some additional docpierresy
2015-11-09#2 : Improved macros, added some doc and updated readme.pierresy
2015-11-08#2 : Added a method to reset style on cellspierresy
2015-11-08#2 : Styles can be set in macros for simplicitypierresy
2015-11-07Issue #2 : Refactored codepierresy
2015-11-07Added dependency "term" and support to styles (color, etc ...)pierresy
2015-11-04Fixes for rust 1.4 (removed deprecated methods calls)pierresy
2015-08-12Updated crate version to 0.2.0pierresy
2015-08-12Added customizable alignmentpierresy
2015-07-09add unicode support into CellArthur Skobara
2015-06-19Added a small performance boost, valuable when printing really bigpierresy
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