# fzy-rs ```rust 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"); ```