termdiff 1.2.1

Write a diff with color codes to a string
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "termdiff"
description = "Write a diff with color codes to a string"
version = "1.2.1"
edition = "2018"
license = "CC0-1.0"
repository = "https://github.com/PurpleBooth/termdiff"
keywords = ["diff", "terminal", "text", "comparison"]
categories = ["development-tools", "text-processing"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
similar = { version = "2.1.0", features = ["inline"] }
crossterm = "0.22.1"