distance-wasm 0.0.8

WebAssembly bindings for high-performance string distance and similarity algorithms
Documentation
mod bag;
mod damerau;
mod gotoh;
mod hamming;
mod jaro;
mod lcs_seq;
mod lcs_str;
mod levenshtein;
mod monge_elkan;
mod mra;
mod needleman_wunsch;
mod ratcliff;
mod sift4;
mod smith_waterman;

pub use bag::*;
pub use damerau::*;
pub use gotoh::*;
pub use hamming::*;
pub use jaro::*;
pub use lcs_seq::*;
pub use lcs_str::*;
pub use levenshtein::*;
pub use monge_elkan::*;
pub use mra::*;
pub use needleman_wunsch::*;
pub use ratcliff::*;
pub use sift4::*;
pub use smith_waterman::*;