Added fuzzy search library (#1768)

This commit is contained in:
Jędrzej Nowak 2020-12-30 18:44:52 +01:00 committed by GitHub
parent 92edeb2db8
commit 54ed244904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11478,6 +11478,18 @@
"license": "MIT",
"web": "https://github.com/pigmej/nim-simple-decimal"
},
{
"name": "fuzzy",
"url": "https://github.com/pigmej/fuzzy",
"method": "git",
"tags": [
"fuzzy",
"search"
],
"description": "Pure nim fuzzy search implementation. Supports substrings etc",
"license": "MIT",
"web": "https://github.com/pigmej/fuzzy"
},
{
"name": "calibre",
"url": "https://github.com/juancarlospaco/nim-calibre",