20 releases
Uses old Rust 2015
0.1.19 | Sep 23, 2024 |
---|---|
0.1.18 | Oct 18, 2021 |
#1165 in Algorithms
11KB
177 lines
Base from https://github.com/jrasky/flx, for Emacs
flxy-rs
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"
Dependencies
~1MB
~34K SLoC