#search #fuzzy-string #string #fuzzy

flxy

Full-text searching and scoring of strings

19 releases

Uses old Rust 2015

0.1.18 Oct 18, 2021
0.1.17 Oct 17, 2021

#2314 in Algorithms

49 downloads per month

MIT license

10KB
177 lines

License: MIT License

Base from https://github.com/jrasky/flx, for Emacs

flx

Fast, character-based search library in Rust

Documentation

Inspired by flx for emacs, uses the same basic algorithm.

This is basically the search function in BIS in a separate library. It works somewhat decently for bash history.

To use:

flx = "0.1"

Dependencies

~1MB
~40K SLoC