No description
Find a file
2021-01-24 02:26:25 +01:00
.github/workflows Added github actions and makefile 2021-01-17 23:42:25 +01:00
.vscode Initial implementation 2021-01-17 22:18:57 +01:00
src Update readme and cargo metadata 2021-01-24 02:25:42 +01:00
.gitignore Initial implementation 2021-01-17 22:18:57 +01:00
Cargo.toml Update readme and cargo metadata 2021-01-24 02:25:42 +01:00
CHANGELOG.md Added changelog 2021-01-24 02:26:25 +01:00
LICENSE Added license 2021-01-24 02:19:19 +01:00
Makefile Added github actions and makefile 2021-01-17 23:42:25 +01:00
README.md Update readme and cargo metadata 2021-01-24 02:25:42 +01:00

similar

Build Status Crates.io License Documentation

Similar is a dependency free crate for Rust that implements different diffing algorithms and high level interfaces for it.

It provides both low level implementations of Myer's and the Patience diff algorithm as well as high level text diffing utilities (such as the ability to generate unified diffs).