fallow-config 3.30.0

Configuration types and workspace discovery for fallow codebase intelligence
Documentation
1
2
3
4
5
6
//! Levenshtein-distance helpers for typo detection across config surfaces.
//!
//! The implementation lives in `fallow_types::levenshtein`, so that the
//! suppression parser in `fallow-types` and the config consumers use one copy.

pub use fallow_types::levenshtein::{closest_match, levenshtein};