flx

Crates.ioflx
lib.rsflx
version0.2.2
sourcesrc
created_at2016-10-06 17:19:23.06898
updated_at2017-07-16 21:56:57.679444
descriptionFull-text searching and scoring of strings
homepagehttps://github.com/jrasky/flx
repositoryhttps://github.com/jrasky/flx
max_upload_size
id6740
size26,978
Jerome Rasky (jrasky)

documentation

https://docs.rs/flx

README

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"
Commit count: 47

cargo fmt