summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
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
allowing for NO colum separators
2015-12-08Fixes #7 : Table::printstd now falls back to stdlib standard output if ↵pierresy
cannot acquire term's stdout.
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
Using style string don't panic anymore if some specifier are unknown. Tables and Rows are now Indexable. Empty rows are now correctly printed. New lines use "\n" for all platforms except windows (which uses "\r\n").
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
Added customizable alignment for text in cells (left, center, right). Also with additional small improvements
2015-07-09add unicode support into CellArthur Skobara
2015-06-19Added a small performance boost, valuable when printing really bigpierresy
tables
2015-06-18Fixed issue with ptable! macropierresy
2015-06-17Create a table format struct, and provide some default format, addpierresy
capability to add optional title line
2015-06-10Capability to update row (append, insert, remove cells)pierresy
2015-06-10Added capability to insert a row in tablespierresy
2015-06-10Improved the way tables are and can be createdpierresy
2015-06-08Renamed to prettytable-rspierresy
2015-06-07Fixed typo. Updated TODOspierresy
2015-06-01Fixed table! docpierresy
Code reorganisation : Created utils.rs private module
2015-06-01Improved cellspierresy
2015-06-01Removed titles from tables since they can be set in row 0.pierresy
Also, this simplifies a lot macros implementations
2015-06-01Allow variable column numberpierresy
2015-06-01Fixed typo in a panic messagepierresy
2015-06-01Testing appveyor CIpierresy
2015-06-01* Manage multi line rowspierresy
* Capability to orint tables into tables (Yo dawg ;))
2015-05-31Created type Rowpierresy
2015-05-31Conditional compilation : linefeed is \n on unix and mac os, but s \r\npierresy
on windows
2015-05-31Reduced the use of write! macropierresy
2015-05-31Table printing now use static dispatch to object implementing traitpierresy
Write instead of dynamic dispatch to a &mut Write
2015-05-31Implemented Display (and implicitly ToString) trait for Tablepierresy
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 toto listpierresy
2015-05-28Added capability to write table to a &mut Writerpierresy
2015-05-28Updated examples and cargo.tomlpierresy
2015-05-28Added doc comments, readme file and travis config filepierresy
2015-05-28Moved root directorypierresy