colored-diff
colored-diff copied to clipboard
The output looks like this:  Instead of  (Screenshot with v0.2.2) Which is _much_ less readable. Probably introduced in a690b657091.
It would be cool for this library to somehow support (behind a toggle feature) colored output using `web-sys`'s [console::log()](https://rustwasm.github.io/wasm-bindgen/api/web_sys/console/fn.log.html) function's ability to output coloured/styled text. `log("%c text that is red...
[`pretty-assertions`](https://github.com/colin-kiegel/rust-pretty-assertions) presents differences between characters by also making differing characters boldface (1), whereas `colored_diff::PrettyDifference` changes the background color behind those characters (2). The former is more readable and its readability...