Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 146 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 146 Bytes

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