Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

A fuzzy matching library specifically made for matching folder names.

License

Notifications You must be signed in to change notification settings

timothebot/fuzzy_dir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

A fuzzy matching library specifically made for matching folder names.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages