summaryrefslogtreecommitdiffstats
path: root/src/format.rs
AgeCommit message (Expand)Author
2019-08-26Privatize deprecated functions functions for #87HEADmasterPierre-Henri Symoneaux
2019-08-25Fixed a few clippy warnings (but not all)Pierre-Henri Symoneaux
2018-09-24Merge branch 'master' into lines_countPierre-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-19A bunch of deprecations before reducing functions visibilityPierre-Henri Symoneaux
2018-05-18Added the possibility to style the left and right border separately.Romain
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-07Converted all try! macro uses to ? operatorPierre-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-03Fix padding formattinghcpl
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-09-12Fixed wrong formatting of unicode separatorsPierre-Henri Symoneaux
2016-08-21Remove extraneous return statementsMohamed Hayibor
2016-08-02Remove unneeded return statementsMatthias Beyer
2016-02-15Merge pull request #23 from phsym/detect_ttyPierre-Henri Symoneaux
2016-02-14Don't fill the right part of final cell in a row when there is no right borer...pierresy
2016-02-14Detect if attached to a tty standard output when calling Table.printstd().pierresy
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-17Started format API refactoringpierresy
2016-01-03Implemented print_align function for #12pierresy
2015-12-08Fixes #5 : Improved capability to not print column separatorspierresy
2015-11-24allowing for NO colum separatorsHendrik Sollich
2015-11-19Added some unittests on style stringpierresy
2015-11-07Added dependency "term" and support to styles (color, etc ...)pierresy
2015-08-12Added customizable alignmentpierresy
2015-06-19Added a small performance boost, valuable when printing really bigpierresy
2015-06-17Create a table format struct, and provide some default format, addpierresy