[go: up one dir, main page]

dissimilar 1.0.3

Diff library with semantic cleanup, based on Google's diff-match-patch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dissimilar"
version = "1.0.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Diff library with semantic cleanup, based on Google's diff-match-patch"
repository = "https://github.com/dtolnay/dissimilar"
documentation = "https://docs.rs/dissimilar"
keywords = ["diff"]
categories = ["algorithms", "text-processing"]
readme = "README.md"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]