libero/levenshtein_helper

Thin public wrapper around the generator’s levenshtein function, exposed only so tests can exercise it directly. Not part of libero’s public API.

Values

pub fn distance(from a: String, to b: String) -> Int

Levenshtein distance between two strings.

Search Document