lcs-diff 0.1.0

Compute differences between two slices using LCS algorithm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "lcs-diff"
version = "0.1.0"
authors = ["bokuweb <bokuweb12@gmail.com>"]
repository = "https://github.com/bokuweb/lcs-diff-rs"
keywords = ["diff", "lcs"]
license = "MIT"
readme = "README.md"
description = "Compute differences between two slices using LCS algorithm."

[dependencies]