Registry / utility / rapidfuzz-cpp

rapidfuzz-cpp

JSON →
library3.3.3vcpkgunverified

Rapid fuzzy string matching library for C++ using the Levenshtein Distance.

vcpkg install rapidfuzz-cpp
INSTALL
IMPORT
SIG · RAPIDFUZZ-CPP
R
rapidfuzz-cpp
utilitycppv3.3.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rapidfuzz/fuzz.hpp
✓ #include <rapidfuzz/fuzz.hpp>

Compute fuzzy string matching ratio between two strings.

#include <rapidfuzz/fuzz.hpp> #include <iostream> int main() { double score = rapidfuzz::fuzz::ratio("hello", "hallo"); std::cout << score; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.3.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

rapidfuzz-cpp — pip install rapidfuzz-cpp · libregistry