Added initial support for inline diff highlighting

This commit is contained in:
Armin Ronacher 2021-01-31 18:22:37 +01:00
parent 182a998e0f
commit b601164a60
6 changed files with 245 additions and 50 deletions

View file

@ -28,6 +28,10 @@ unicode-segmentation = { version = "1.7.1", optional = true }
name = "terminal"
required-features = ["text"]
[[example]]
name = "terminal-inline"
required-features = ["text"]
[[example]]
name = "udiff"
required-features = ["text"]