Crates.io | flxy |
lib.rs | flxy |
version | 0.1.19 |
source | src |
created_at | 2021-10-17 12:36:58.006504 |
updated_at | 2024-09-23 08:21:07.979688 |
description | Full-text searching and scoring of strings |
homepage | https://github.com/jcs090218/flxy |
repository | https://github.com/jcs090218/flxy |
max_upload_size | |
id | 466186 |
size | 23,246 |
Base from https://github.com/jrasky/flx, for Emacs
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"