Alternative font to highlight differences
Open
- Dominant language
- Rust
- Stars
- 18
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
[`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 is far less dependent on terminal color scheme.
My proposal is to implement presentation 1 in `colored_diff::PrettyDifference`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.