[go: up one dir, main page]

diff 0.1.12

An LCS based slice and string diffing implementation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "diff"
version = "0.1.12"
authors = ["Utkarsh Kukreti <utkarshkukreti@gmail.com>"]
description = "An LCS based slice and string diffing implementation."
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/diff"
homepage = "https://github.com/utkarshkukreti/diff.rs"
repository = "https://github.com/utkarshkukreti/diff.rs"

[dev-dependencies]
speculate = "0.1.2"
quickcheck = "0.9.0"