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

View file

@ -1,5 +1,6 @@
//! This crate implements diffing utilities. It attempts to provide an abstraction
//! interface over different types of diffing algorithms.
//! interface over different types of diffing algorithms. It's based on the
//! the diff algorithm implementations of [pijul](https://pijul.org/).
//!
//! The crate is split into two levels:
//!