summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-05-29TypoPierre-Henri Symoneaux
2017-05-29Applied rustfmt on codePierre-Henri Symoneaux
2017-05-29Converted all indentation tabs to 4 spacesPierre-Henri Symoneaux
2017-05-29Revert and apply table format changeshcpl
2017-05-28Fix predefined formats to match their descriptionshcpl
2016-10-01Ignore ColorOutOfRange term errorPierre-Henri Symoneaux
2016-10-01Ignore term NotSupported error on reset when printing cellsPierre-Henri Symoneaux
2016-09-17cfg-out `csv` featureAlexander Bulaev
2016-09-13Merge remote-tracking branch 'refs/remotes/nabijaczleweli/master'Pierre-Henri Symoneaux
2016-09-13Updated atty version to ^0.2Pierre-Henri Symoneaux
2016-09-13Merge pull request #37 from phsym/unicode_separatorsPierre-Henri Symoneaux
2016-09-12Add tests for CSVnabijaczleweli
2016-09-12Removed the "fork me" ribbon from documentationPierre-Henri Symoneaux
2016-09-12Fixed github forkme ribbon position in docPierre-Henri Symoneaux
2016-09-12Added UT for unicode separatorsPierre-Henri Symoneaux
2016-09-12Fixed wrong formatting of unicode separatorsPierre-Henri Symoneaux
2016-09-12Implement saving and loading from CSVnabijaczleweli
2016-09-11Windows specific newlines is now a default featurePierre-Henri Symoneaux
2016-08-21Remove extraneous return statementsMohamed Hayibor
2016-08-02Replace match with mappingMatthias Beyer
2016-08-02Replace matches with Option::and_then()Matthias Beyer
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-15Added github forkme ribbon to rustdocpierresy
2016-02-15Merge pull request #23 from phsym/detect_ttyPierre-Henri Symoneaux
2016-02-14Added a note in the docstring about skipping right fillingpierresy
2016-02-14Don't fill the right part of final cell in a row when there is no right borer...pierresy
2016-02-14Fixed typopierresy
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-19Added an formatting example filepierresy
2016-01-18Started Builder implementationpierresy
2016-01-17Implemented padding customizationpierresy
2016-01-17Implemented Default for TableFormat and LineSeparatorpierresy
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-11Ooops, restored those lines I deleted #16pierresy
2016-01-11Fixed windows issue for pull request #16pierresy
2016-01-11Bump term to 0.4Alexander Bulaev
2016-01-04Added an example in documentation about TableSlice (#10)pierresy
2016-01-04Updated readme with some explanation about table slicing (#10)pierresy
2016-01-03Updated readmepierresy