Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnmurray/string-match
fuzzy string matching in Rust
https://github.com/johnmurray/string-match
Last synced: about 1 month ago
JSON representation
fuzzy string matching in Rust
- Host: GitHub
- URL: https://github.com/johnmurray/string-match
- Owner: JohnMurray
- Created: 2013-05-06T17:35:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-26T01:43:26.000Z (over 11 years ago)
- Last Synced: 2024-10-15T23:26:01.029Z (3 months ago)
- Language: Rust
- Size: 145 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust string-match
This is currently just a simple toy-project for porting some existing
fuzzy string matching algorithms from other languages into Rust. The
main goal here is to have fun and learn a little about Rust. However,
that is not to say that I don't think these utilities could be useful
and the plan is to move past a "toy" project into something that I
wouldn't mind sharing with the larger Rust community.## Current Roadmap
+ Add more tests for current 'QuickSilver' port
+ Research more string-comparison algorithms (start [here][1])
+ Implement methods as extension methods
+ Add necessary files to add to Cargo[1]: http://stackoverflow.com/questions/49263/approximate-string-matching-algorithms