Update readme and cargo metadata

This commit is contained in:
Armin Ronacher 2021-01-24 02:25:42 +01:00
parent 1cb52414b4
commit 74a3ed0dd8
3 changed files with 26 additions and 3 deletions

20
README.md Normal file
View file

@ -0,0 +1,20 @@
# similar
[![Build Status](https://github.com/mitsuhiko/similar/workflows/Tests/badge.svg?branch=master)](https://github.com/mitsuhiko/similar/actions?query=workflow%3ATests)
[![Crates.io](https://img.shields.io/crates/d/similar.svg)](https://crates.io/crates/similar)
[![License](https://img.shields.io/github/license/mitsuhiko/similar)](https://github.com/mitsuhiko/similar/blob/master/LICENSE)
[![Documentation](https://docs.rs/similar/badge.svg)](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)