fuzzy_dir

Crates.iofuzzy_dir
lib.rsfuzzy_dir
version0.1.0
created_at2025-12-10 19:43:55.42563+00
updated_at2025-12-21 10:13:06.188859+00
descriptionA fuzzy matching library specifically made for matching folder names.
homepagehttps://github.com/timothebot/fuzzy_dir
repositoryhttps://github.com/timothebot/fuzzy_dir
max_upload_size
id1978650
size8,284
tiimo (timothebot)

documentation

README

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:

Commit count: 0

cargo fmt