summaryrefslogtreecommitdiffstats
path: root/src/decorations.rs
AgeCommit message (Collapse)Author
2020-04-22Reduce public APIsharkdp
2020-03-31Move git changes support behind a featureDavid Tolnay
2019-10-20Derive fmt::Debug whenever possibleFahmi Akbar Wildana
2019-10-20Move back printer.rs and others into libFahmi Akbar Wildana
others: bin/bat/{controller,decorations,output,printer}.rs
2019-10-20Fix all compile errors in lib.rs 🚚Fahmi Akbar Wildana
* Move {controller,output,printer,decorations}.rs into src/bin/ * Add `mod errors` from main.rs
2019-05-15Revert "Run 'cargo fmt'" (outdated rustfmt)sharkdp
This reverts commit dd40f7545d0143980e6b00f4c27ae739c1f02b3d.
2019-05-14Run 'cargo fmt'sharkdp
2019-03-09Formatted codeDaniele Esposti
2019-03-09Migrated to Rust 2018Daniele Esposti
2018-08-23Refactoring, introduce Printer traitsharkdp
2018-08-22Major refactoring and cleanupsharkdp
2018-05-21Move colors to printer moduleEzinwa Okpoechi
2018-05-15Replace for_line and for_wrap with generateeth-p
2018-05-13Split decorations into a separate file and optimized them a bit.eth-p