dissimilar 1.0.9

Diff library with semantic cleanup, based on Google's diff-match-patch
Documentation
[[bench]]
name = "bench"
path = "benches/bench.rs"

[[test]]
name = "test"
path = "tests/test.rs"

[lib]
doc-scrape-examples = false
name = "dissimilar"
path = "src/lib.rs"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "text-processing"]
description = "Diff library with semantic cleanup, based on Google's diff-match-patch"
documentation = "https://docs.rs/dissimilar"
edition = "2018"
keywords = ["diff"]
license = "Apache-2.0"
name = "dissimilar"
readme = "README.md"
repository = "https://github.com/dtolnay/dissimilar"
rust-version = "1.36"
version = "1.0.9"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]