Crate levenshtein_diff[][src]

Re-exports

pub use distance::*;
pub use edit::*;

Modules

distance
edit
util

Functions

distance

Computes and returns the Levenshtein distance between the source and target sequences.