Crates.io | flx |
lib.rs | flx |
version | 0.2.2 |
source | src |
created_at | 2016-10-06 17:19:23.06898 |
updated_at | 2017-07-16 21:56:57.679444 |
description | Full-text searching and scoring of strings |
homepage | https://github.com/jrasky/flx |
repository | https://github.com/jrasky/flx |
max_upload_size | |
id | 6740 |
size | 26,978 |
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 = "0.1"