fuzzy-cmp 0.1.3

Fuzzy string matching library using Levenshtein distance.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "fuzzy-cmp"
description = "Fuzzy string matching library using Levenshtein distance."
keywords = ["fuzzy", "search", "compare", "filter"]
categories = ["development-tools", "rust-patterns"]
version = "0.1.3"
authors = ["Bulat Sh. <t.me/fuderis>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/fuderis/rs-fuzzy-cmp"
edition = "2024"

[dependencies]
distance = "0.4.0"
macron = { version = "^0.1.13", features = ["derive"] }