I've added a Reddit post here to try and give visibility to the crate. Hopefully Google will recommend the crate in any "rust fuzzy string matching" query!
@logannc, I think we should decide on the public API to go forward with, w.r.t. your thoughts here. We should stabilize on a public API and properly version it at 1.0.0 and beyond.
Thinking about the changes that must made before bumping to 1.0.0, I see this list remains:
I've added a Reddit post here to try and give visibility to the crate. Hopefully Google will recommend the crate in any "rust fuzzy string matching" query!
@logannc, I think we should decide on the public API to go forward with, w.r.t. your thoughts here. We should stabilize on a public API and properly version it at 1.0.0 and beyond.
Thinking about the changes that must made before bumping to 1.0.0, I see this list remains:
20 - Unicode support
7 - Missing methods from the original implementation of the
process
module6 - Only run processor methods once in the
extract_*
function implementationsI think once we reach feature parity with the original fuzzywuzzy, we can bump the version. Thoughts?