fzy-rs 0.1.0

fzy scoring algorithm as a Rust crate
Documentation

fzy-rs

use fzy_rs::{has_match, score}

let matches = has_match(b"fbb", b"foo/bar/baz");
let score = score(b"fbb", b"foo/bar/baz");