#algorithm #scoring #fzy #score

fzy-rs

fzy scoring algorithm as a Rust crate

1 unstable release

0.1.0 May 17, 2021

#8 in #scoring

MIT license

10KB
254 lines

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");

No runtime deps