[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![crates.io.d](https://img.shields.io/crates/d/flxy)](https://crates.io/crates/flxy) > Base from https://github.com/jrasky/flx, for Emacs # flxy-rs > Fast, character-based search library in Rust [![CI](https://github.com/jcs090218/flxy/actions/workflows/ci.yml/badge.svg)](https://github.com/jcs090218/flxy/actions/workflows/ci.yml) [Documentation](https://docs.rs/flx) Inspired by [flx for emacs](https://github.com/lewang/flx), 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: ```toml flx = "0.1" ```