Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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