fzy-rs

```rust use fzyrs::{hasmatch, score}

let matches = has_match(b"fbb", b"foo/bar/baz"); let score = score(b"fbb", b"foo/bar/baz"); ```