summaryrefslogtreecommitdiffstats
path: root/src/utils.rs
AgeCommit message (Expand)Author
2019-08-26Merge pull request #114 from phsym/printstd-nopanicPierre-Henri Symoneaux
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-25Updated to rust 2018Pierre-Henri Symoneaux
2018-05-18Fixed cell width issues when using ANSI color codes.Romain
2017-06-07Converted all try! macro uses to ? operatorPierre-Henri Symoneaux
2017-06-05Improving coverage, just for testingPierre-Henri Symoneaux
2017-06-05Fixed lint (+clippy) warnings and line endingsPierre-Henri Symoneaux
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
2016-09-11Windows specific newlines is now a default featurePierre-Henri Symoneaux
2016-08-21Remove extraneous return statementsMohamed Hayibor
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-01-17Started format API refactoringpierresy
2016-01-03Updated readmepierresy
2016-01-03Implemented print_align function for #12pierresy
2015-11-19Updated Cargo.toml and README.md.pierresy
2015-08-12Added customizable alignmentpierresy
2015-06-01Fixed table! docpierresy