[go: up one dir, main page]

diff 0.1.3

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

[dev-dependencies]
speculate = "0.0.14"
quickcheck = "0.2.16"