summaryrefslogtreecommitdiffstats
path: root/src/cell.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-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
2019-01-09Fix macros for selective import via `use`Andreas Rottmann
2018-10-24Improve code style (suggestion by clippy)xanonid
2018-09-21cell and row mods become private. Row and Cell are reexported in crate's rootPierre-Henri Symoneaux
2018-09-21Reexport types from crate `csv`Pierre-Henri Symoneaux
2018-09-20Added missing inlined doc about span style stringPierre-Henri Symoneaux
2018-09-19A bunch of deprecations before reducing functions visibilityPierre-Henri Symoneaux
2018-09-18Implemented horizontal spanPierre-Henri Symoneaux
2018-05-18Fixed cell width issues when using ANSI color codes.Romain
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-08Merge pull request #64 from phsym/convert_try_macro_usesPierre-Henri Symoneaux
2017-06-07Converted all try! macro uses to ? operatorPierre-Henri Symoneaux
2017-06-07Added a few UTPierre-Henri Symoneaux
2017-06-06Increase coveragePierre-Henri Symoneaux
2017-06-05Fixed lint (+clippy) warnings and line endingsPierre-Henri Symoneaux
2017-05-29Applied rustfmt on codePierre-Henri Symoneaux
2017-05-29Converted all indentation tabs to 4 spacesPierre-Henri Symoneaux
2016-10-01Ignore ColorOutOfRange term errorPierre-Henri Symoneaux
2016-10-01Ignore term NotSupported error on reset when printing cellsPierre-Henri Symoneaux
2016-08-21Remove extraneous return statementsMohamed Hayibor
2016-08-02Replace match with mappingMatthias Beyer
2016-08-02Remove unneeded return statementsMatthias Beyer
2016-02-14Don't fill the right part of final cell in a row when there is no right borer...pierresy
2016-01-20Merge branch 'master' into ascription_fixpierresy
2016-01-17Implemented padding customizationpierresy
2016-01-17Started format API refactoringpierresy
2016-01-15Changed token for cell 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-04Updated readme with some explanation about table slicing (#10)pierresy
2016-01-03Implemented print_align function for #12pierresy
2015-11-19Reset style before applying new style from stringpierresy
2015-11-19Added unittest on table indexingpierresy
2015-11-19Added some unittests on style stringpierresy
2015-11-19Updated Cargo.toml and README.md.pierresy
2015-11-09#2 : Improved macros, added some doc and updated readme.pierresy
2015-11-08#2 : Added a method to reset style on cellspierresy
2015-11-08#2 : Styles can be set in macros for simplicitypierresy
2015-11-07Issue #2 : Refactored codepierresy
2015-11-07Added dependency "term" and support to styles (color, etc ...)pierresy
2015-11-04Fixes for rust 1.4 (removed deprecated methods calls)pierresy
2015-08-12Updated crate version to 0.2.0pierresy
2015-08-12Added customizable alignmentpierresy