summaryrefslogtreecommitdiffstats
path: root/src/row.rs
AgeCommit message (Expand)Author
2017-05-29Applied rustfmt on codePierre-Henri Symoneaux
2017-05-29Converted all indentation tabs to 4 spacesPierre-Henri Symoneaux
2016-08-21Remove extraneous return statementsMohamed Hayibor
2016-08-02Replace match with mappingMatthias Beyer
2016-08-02Remove unneeded return statementsMatthias Beyer
2016-04-21Improvements to #27 (for #25)Pierre-Henri Symoneaux
2016-03-25Add some iters for use with rows to make formatting cells a bit easierWilliam Brown
2016-02-14Don't fill the right part of final cell in a row when there is no right borer...pierresy
2016-01-20Merge branch 'master' into ascription_fixpierresy
2016-01-17Implemented padding customizationpierresy
2016-01-17Started format API refactoringpierresy
2016-01-15Changed token for cell stylepierresy
2016-01-14Changed token for row stylepierresy
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-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-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-01Allow variable column numberpierresy
2015-06-01* Manage multi line rowspierresy