summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2019-08-25As suggested in #103, `printstd` should avoid panicking.Pierre-Henri Symoneaux
2019-08-25Updated to rust 2018Pierre-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-18Implemented horizontal spanPierre-Henri Symoneaux
2018-04-18Updated README and examples with removal of the term cratePierre-Henri Symoneaux
2017-12-03Try to make macro works on rust releases 1.13 to 1.19Pierre-Henri Symoneaux
2017-12-03Fix #68 Trailing comma in macrosPierre-Henri Symoneaux
2017-06-05Customize indent in formatPierre-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-01-20Merge branch 'master' into ascription_fixpierresy
2016-01-18Started Builder implementationpierresy
2016-01-17Started format API refactoringpierresy
2016-01-15Changed token for cell stylepierresy
2016-01-14Changed token for row stylepierresy
2015-12-27#10 : Implemented AsRef<TableSlice> for Table and TablSlice typespierresy
2015-11-09#2 : Improved macros, added some doc and updated readme.pierresy
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-08-12Updated crate version to 0.2.0pierresy
2015-08-12Added customizable alignmentpierresy
2015-06-19Added a small performance boost, valuable when printing really bigpierresy
2015-06-18Fixed issue with ptable! macropierresy
2015-06-17Create a table format struct, and provide some default format, addpierresy
2015-06-10Capability to update row (append, insert, remove cells)pierresy
2015-06-08Renamed to prettytable-rspierresy
2015-06-01Removed titles from tables since they can be set in row 0.pierresy
2015-06-01Allow variable column numberpierresy
2015-06-01Testing appveyor CIpierresy
2015-06-01* Manage multi line rowspierresy
2015-05-28Implemented Debug and Clone traits for Tablepierresy
2015-05-28Created ptable! macropierresy
2015-05-28Added the table! macro to easily build a new tablepierresy
2015-05-28Capability to customize separators characterspierresy
2015-05-28Added capability to write table to a &mut Writerpierresy
2015-05-28Updated examples and cargo.tomlpierresy
2015-05-28Moved root directorypierresy