Improvements to get_close_matches
This commit is contained in:
parent
42ae311b1c
commit
8a8e1c4822
3 changed files with 94 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue