flxy

Crates.ioflxy
lib.rsflxy
version0.1.19
sourcesrc
created_at2021-10-17 12:36:58.006504
updated_at2024-09-23 08:21:07.979688
descriptionFull-text searching and scoring of strings
homepagehttps://github.com/jcs090218/flxy
repositoryhttps://github.com/jcs090218/flxy
max_upload_size
id466186
size23,246
Jen-Chieh Shen (jcs090218)

documentation

https://docs.rs/flxy

README

License: MIT License crates.io.d

Base from https://github.com/jrasky/flx, for Emacs

flxy-rs

Fast, character-based search library in Rust

CI

Documentation

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"
Commit count: 40

cargo fmt