Small documentation updates

This commit is contained in:
Armin Ronacher 2021-01-24 02:18:30 +01:00
parent bf03a57c03
commit 136afc5193
2 changed files with 34 additions and 4 deletions

View file

@ -1,9 +1,7 @@
//! This crate implements diffing utilities. It attempts to provide an abstraction
//! interface over different types of diffing algorithms.
//!
//! # Components
//!
//! The crate is split into two components:
//! The crate is split into two levels:
//!
//! * [`algorithms`]: This implements the different types of diffing algorithms.
//! It provides both low level access to the algorithms with the minimal