作为 Rust crate 的 fzy 打分算法
由 Adam Regasz-Rethy 编写
#11 在 #scoring 中
10KB 254 行
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");