20 lines
994 B
Markdown
20 lines
994 B
Markdown
# similar
|
|
|
|
[](https://github.com/mitsuhiko/similar/actions?query=workflow%3ATests)
|
|
[](https://crates.io/crates/similar)
|
|
[](https://github.com/mitsuhiko/similar/blob/master/LICENSE)
|
|
[](https://docs.rs/similar)
|
|
|
|
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).
|
|
|
|
## License and Links
|
|
|
|
- [Documentation](https://docs.rs/similar/)
|
|
- [Issue Tracker](https://github.com/mitsuhiko/similar/issues)
|
|
- License: [Apache-2.0](https://github.com/mitsuhiko/similar/blob/master/LICENSE)
|
|
|