fuzzy-select

A fuzzy select prompt for the terminal.
This crate is a library for creating a fuzzy select prompt for the terminal. It uses nucleo as its fuzzy matching engine. The prompt is very simple and not very configurable.
Usage
Add the following to your Cargo.toml:
[]
= "0.1"
Example
use FuzzySelect;
let options = vec!;
let selected = new
.with_prompt
.with_options
.select?;
println!;
License
fuzzy-select is licensed under either of the following, at your option:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)