mirror of
https://github.com/srozb/nim-libfuzzy
synced 2026-01-02 04:44:42 +00:00
No description
| .github/workflows | ||
| src | ||
| tests | ||
| .gitignore | ||
| libfuzzy.nimble | ||
| LICENSE | ||
| README.md | ||
libfuzzy
This is Nim interface/wrapper to libfuzzy ssdeep fuzzy hashing algorithm.
You can find original source of this project here.
Usage
Consult tests.nim for examples regarding usage of this library. API is the same as original.
License
As the original project is licensed under the GNU General Public License v2.0, this one inherits it as well.