summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-04-21Improvements to #27 (for #25)Pierre-Henri Symoneaux
2016-03-25Add some iters for use with rows to make formatting cells a bit easierWilliam Brown
2016-02-15Added github forkme ribbon to rustdocpierresy
2016-02-15Merge pull request #23 from phsym/detect_ttyPierre-Henri Symoneaux
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-02-14Fixed typopierresy
2016-02-14Implemented print_tty method, with capability to force colorization even with...pierresy
2016-02-14Detect if attached to a tty standard output when calling Table.printstd().pierresy
2016-01-20Merge branch 'master' into ascription_fixpierresy
2016-01-20Merge pull request #19 from phsym/refactor_formatPierre-Henri Symoneaux
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-17Merge branch 'master' into ascription_fixpierresy
2016-01-17Removed some deprecated methodspierresy
2016-01-17Started format API refactoringpierresy
2016-01-15Changed token for cell stylepierresy
2016-01-14Changed token for row 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-04Added an example in documentation about TableSlice (#10)pierresy
2016-01-04Updated readme with some explanation about table slicing (#10)pierresy
2016-01-03Updated readmepierresy
2016-01-03Implemented print_align function for #12pierresy
2015-12-29Implemented Index<usize> for TableSlicepierresy
2015-12-27#10 : Implemented AsRef<TableSlice> for Table and TablSlice typespierresy
2015-12-24Improving slicing for #10pierresy
2015-12-23First draft for #10 : Add capability to print range of rowspierresy
2015-12-08Fixes #5 : Improved capability to not print column separatorspierresy
2015-12-08Merge pull request #6 from hoodie/masterPierre-Henri Symoneaux
2015-12-08Fixes #7 : Table::printstd now falls back to stdlib standard output if cannot...pierresy
2015-11-24allowing for NO colum separatorsHendrik Sollich
2015-11-19Reset style before applying new style from stringpierresy
2015-11-19Added unittest on table indexingpierresy
2015-11-19Added unittest on tablespierresy
2015-11-19Added some unittests on style stringpierresy
2015-11-19Updated Cargo.toml and README.md.pierresy
2015-11-09#2 : Added an example file (style.rs) and updated some additional docpierresy
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