summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2016-02-14Implemented print_tty method, with capability to force colorization even with...pierresy
2016-02-14Detect if attached to a tty standard output when calling Table.printstd().pierresy
2016-01-20Merge branch 'master' into ascription_fixpierresy
2016-01-20Merge pull request #19 from phsym/refactor_formatPierre-Henri Symoneaux
2016-01-19Added a section in README about formattingpierresy
2016-01-18Started Builder implementationpierresy
2016-01-17Merge branch 'master' into ascription_fixpierresy
2016-01-17Removed some deprecated methodspierresy
2016-01-17Started format API refactoringpierresy
2016-01-15Changed token for cell stylepierresy
2016-01-14Changed token for row stylepierresy
2016-01-11Fixed windows issue for pull request #16pierresy
2016-01-04Added an example in documentation about TableSlice (#10)pierresy
2015-12-29Implemented Index<usize> for TableSlicepierresy
2015-12-27#10 : Implemented AsRef<TableSlice> for Table and TablSlice typespierresy
2015-12-24Improving slicing for #10pierresy
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-19Added unittest on table indexingpierresy
2015-11-19Added unittest on tablespierresy
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 : 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-08-12Added customizable alignmentpierresy
2015-07-09add unicode support into CellArthur Skobara
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-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-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