Improvements to get_close_matches

This commit is contained in:
Armin Ronacher 2021-01-24 22:14:37 +01:00
parent 42ae311b1c
commit 8a8e1c4822
3 changed files with 94 additions and 4 deletions

View file

@ -1,6 +1,7 @@
//! This crate implements diffing utilities. It attempts to provide an abstraction
//! interface over different types of diffing algorithms. It's based on the
//! the diff algorithm implementations of [pijul](https://pijul.org/).
//!
//! ```rust
//! # #[cfg(feature = "text")] {
//! use similar::text::TextDiff;