summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-09-18Implemented horizontal spanPierre-Henri Symoneaux
2018-09-04Update csv to version 1Wolfgang Silbermayr
2018-08-12README: Document set_titles, use prettyformat::table, plus extra tests!Paul Fenwick
2018-05-18Added the possibility to style the left and right border separately.Romain
2018-05-18Fixed cell width issues when using ANSI color codes.Romain
2018-04-18Updated README and examples with removal of the term cratePierre-Henri Symoneaux
2018-04-17Reexporting types used from the term crateHendrik Sollich
2018-02-19Added Hash & Eq derive. Implemented Extend on Row and TablePierre-Henri Symoneaux
2018-02-19Derive hash on public typesPierre-Henri Symoneaux
2017-12-03Try to make macro works on rust releases 1.13 to 1.19Pierre-Henri Symoneaux
2017-12-03Fix #68 Trailing comma in macrosPierre-Henri Symoneaux
2017-06-09Added rustc 1.17.0 in travis build matrixPierre-Henri Symoneaux
2017-06-08Merge pull request #64 from phsym/convert_try_macro_usesPierre-Henri Symoneaux
2017-06-08Merge pull request #63 from phsym/increase_coveragePierre-Henri Symoneaux
2017-06-07Converted all try! macro uses to ? operatorPierre-Henri Symoneaux
2017-06-07Added more testsPierre-Henri Symoneaux
2017-06-07Fixed broken build for rust 1.9.0 to 1.14.0Pierre-Henri Symoneaux
2017-06-07Added a few UTPierre-Henri Symoneaux
2017-06-06Fix usage of non-unicode in unicode code.hcpl
2017-06-06Increase coveragePierre-Henri Symoneaux
2017-06-05Improving coverage, just for testingPierre-Henri Symoneaux
2017-06-05Added UT & fixed warningsPierre-Henri Symoneaux
2017-06-05Updated according to @hcpl commentsPierre-Henri Symoneaux
2017-06-05Customize indent in formatPierre-Henri Symoneaux
2017-06-05Fixed lint (+clippy) warnings and line endingsPierre-Henri Symoneaux
2017-06-05Make deprecation note and function name more clearhcpl
2017-06-04Retain existing public API but deprecate ithcpl
2017-06-04Add tests regarding paddinghcpl
2017-06-03Fix padding formattinghcpl
2017-05-29Added category "command-line-interface" to Cargo.tomlPierre-Henri Symoneaux
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