garybernhardt / selecta

A fuzzy text selector for files and anything else you need to select. Use it from vim, from the command line, or anywhere you can run a shell command.
MIT License
1.34k stars 81 forks source link

Rust implementation of score #74

Closed hjr3 closed 9 years ago

hjr3 commented 9 years ago

The score algorithm is implemented in Rust and exposes a ext_score function. Build steps and testing instructions are in score/README.md.

The selecta script was modified to integrate with the ext_score function by changing the Score class into a Module.

The use of Fiddle::Importer changes the minimum ruby requirement to 2.0.0.

hjr3 commented 9 years ago

Ugh, I didn't mean to open this to your repo.