neo_frizbee 0.5.0

Fast fuzzy matching via SIMD smith waterman, similar algorithm to FZF/FZY
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod algorithm;
mod indices;
mod interleave;
mod types;
mod typos;

pub use algorithm::*;
pub use indices::*;
pub use interleave::*;
pub(crate) use types::*;
pub use typos::*;