flx 0.1.0

Full-text searching and scoring of strings
Documentation

flx

Fast, character-based search library in Rust

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 = {git = "https://github.com/jrasky/flx.git"}

Build documentation with cargo doc