Added support for grapheme and char diffing
This commit is contained in:
parent
fdaf81371c
commit
1b96739cc3
3 changed files with 95 additions and 2 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -9,5 +9,15 @@ repository = "https://github.com/mitsuhiko/similar"
|
|||
keywords = ["diff", "difference", "patience", "compare", "changes"]
|
||||
readme = "README.md"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
unicode = ["unicode-segmentation"]
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.5.2"
|
||||
|
||||
[dependencies]
|
||||
unicode-segmentation = { version = "1.7.1", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue