summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
AgeCommit message (Expand)Author
2019-08-26Privatize deprecated functions functions for #87HEADmasterPierre-Henri Symoneaux
2019-08-26Merge pull request #114 from phsym/printstd-nopanicPierre-Henri Symoneaux
2019-08-26Integrate the new HTML printing with EvcxrJonas Bushart
2019-08-26Implement HTML output for Table and TableSliceJonas Bushart
2019-08-25Fixed a few clippy warnings (but not all)Pierre-Henri Symoneaux
2019-08-25As suggested in #103, `printstd` should avoid panicking.Pierre-Henri Symoneaux
2019-08-25Updated to rust 2018Pierre-Henri Symoneaux
2019-01-09Fix macros for selective import via `use`Andreas Rottmann
2018-10-24Improve code style (suggestion by clippy)xanonid
2018-09-24Merge branch 'master' into lines_countPierre-Henri Symoneaux
2018-09-24Verify returned table height in unit testsPierre-Henri Symoneaux
2018-09-23Added FORMAT_BOX_CHARSPierre-Henri Symoneaux
2018-09-22Printing a tables returns the number of printed linesPierre-Henri Symoneaux
2018-09-21cell and row mods become private. Row and Cell are reexported in crate's rootPierre-Henri Symoneaux
2018-09-21Moved CSV module into dedicated filePierre-Henri Symoneaux
2018-09-21Move all CSV stuff into dedicated modulePierre-Henri Symoneaux
2018-09-21Reexport types from crate `csv`Pierre-Henri Symoneaux
2018-09-19A bunch of deprecations before reducing functions visibilityPierre-Henri Symoneaux
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-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-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-06Fix usage of non-unicode in unicode code.hcpl
2017-06-05Added UT & fixed warningsPierre-Henri Symoneaux
2017-06-05Customize indent in formatPierre-Henri Symoneaux
2017-06-05Fixed lint (+clippy) warnings and line endingsPierre-Henri Symoneaux
2017-06-04Add tests regarding paddinghcpl
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
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-08-02Replace matches with Option::and_then()Matthias Beyer
2016-08-02Remove unneeded return statementsMatthias Beyer
2016-04-21Improvements to #27 (for #25)Pierre-Henri Symoneaux