Crates.io | fzy-rs |
lib.rs | fzy-rs |
version | 0.1.0 |
source | src |
created_at | 2021-05-17 04:14:43.178004 |
updated_at | 2021-05-17 04:14:43.178004 |
description | fzy scoring algorithm as a Rust crate |
homepage | |
repository | |
max_upload_size | |
id | 398457 |
size | 9,490 |
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");