Expand description
Auto-generated module
🤖 Generated with SplitRS
Constants§
- MODULE_
VERSION - Version tag for this module.
Traits§
- Module
Marker - Marker trait for types that can be used in module-specific contexts.
Functions§
- closest_
match - Find the closest match in a list of candidates using Levenshtein distance.
- format_
name_ list - Format a list of names for display in an error message.
- has_
obvious_ nontermination - Guard against infinite descent.
- levenshtein_
distance - Compute the Levenshtein distance between two string slices.
- module_
err - Create a module-level error string.
- try_
structural_ certificate - Build a termination certificate for a structurally recursive function.
Type Aliases§
- Module
Result - Generic result type for operations in this module.