diff 0.1.5

An LCS based slice and string diffing implementation.
Documentation
[package]
name = "diff"
version = "0.1.5"
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.17"
quickcheck = "0.2.16"