fzy-rs

Crates.iofzy-rs
lib.rsfzy-rs
version0.1.0
sourcesrc
created_at2021-05-17 04:14:43.178004
updated_at2021-05-17 04:14:43.178004
descriptionfzy scoring algorithm as a Rust crate
homepage
repository
max_upload_size
id398457
size9,490
Adam P. Regasz-Rethy (RRethy)

documentation

README

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");
Commit count: 0

cargo fmt