Crate rizzer

Source
Expand description

A library for performing fuzzy string matching.

This library provides functions for fuzzy matching between a text and a pattern, with options for case sensitivity and Unicode normalization.

Functionsยง

fuzzy_match
Performs a fuzzy match between text and pattern.
fuzzy_match_score
This is a simplified version of fuzzy_match that only returns the match score.