| Crates.io | fuzzy_dir |
| lib.rs | fuzzy_dir |
| version | 0.1.0 |
| created_at | 2025-12-10 19:43:55.42563+00 |
| updated_at | 2025-12-21 10:13:06.188859+00 |
| description | A fuzzy matching library specifically made for matching folder names. |
| homepage | https://github.com/timothebot/fuzzy_dir |
| repository | https://github.com/timothebot/fuzzy_dir |
| max_upload_size | |
| id | 1978650 |
| size | 8,284 |
A fuzzy matching library specifically made for matching folder names.
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: