liblevenshtein 0.9.1

Levenshtein/Universal Automata for approximate string matching using various dictionary backends
Documentation
1
2
3
4
5
6
//! Common test utilities and macros for liblevenshtein test suite.
//!
//! Test files use fully-qualified paths (`common::strategies::X(...)`),
//! so no glob re-export is needed here.

pub mod strategies;