1 unstable release
0.1.0 | May 17, 2021 |
---|
#10 in #scoring
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");
0.1.0 | May 17, 2021 |
---|
#10 in #scoring
10KB
254 lines
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");