-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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:
- Add an explicit type definition for matches returned by process methods #15 - Explicit type definitions for matches and scoring (or is this not necessary?)
- Implement optimal string alignment algorithm #19 - String alignment algorithm
- Add Opt-In Unicode Support #20 - Unicode support
- Implement remaining methods for process module #7 - Missing methods from the original implementation of the
processmodule - process::extract_without_order must avoid re-invoking processor methods #6 - Only run processor methods once in the
extract_*function implementations
I think once we reach feature parity with the original fuzzywuzzy, we can bump the version. Thoughts?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
1.0.0Road to 1.0.0Road to 1.0.0