#scoring #fzy #score #algorithm

fzy-rs

作为 Rust crate 的 fzy 打分算法

1 个不稳定版本

0.1.0 2021 年 5 月 17 日

#11#scoring

MIT 许可证

10KB
254

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

无运行时依赖