#fuzzy-matching #utility #name

fuzzy_dir

A fuzzy matching library specifically made for matching folder names

2 releases

Uses new Rust 2024

0.1.0 Dec 21, 2025
0.1.0-alpha Dec 10, 2025

#31 in #fuzzy-matching

MIT license

8KB
113 lines

fuzzy_dir

A fuzzy matching library specifically made for matching folder names.

Getting started

let score: i32 = fuzzy_dir::score_dir("this_is_my_folder_name", "myfoldrnam");

This library also exports a split function which tries to split a folder name into its separate words. See split for more infos.


fuzzy_dir

A fuzzy matching library specifically made for matching folder names.

Getting started

let score: i32 = fuzzy_dir::score_dir("this_is_my_folder_name", "myfoldrnam");

This library also exports a split function which tries to split a folder name into its separate words.

This library is used in other projects like:

No runtime deps