Expand description
Diff computation and semantic summarization for code edits.
Uses the similar crate to compute line-level diffs, then applies
heuristic rules to generate human-readable semantic summaries.
Structs§
- Diff
Hunk - A contiguous region of changes.
- Diff
Summary - Summary of a diff between old and new content.
Enums§
- Change
Type - The kind of change detected.
Functions§
- compute_
diff - Compute a line-level diff between old and new content.
- generate_
semantic_ summary - Generate a heuristic-based human-readable summary of the diff.