//! Diff utilities for generating structured diffs.
//!
//! Delegates to `vtcode_design::diff` for the canonical implementations.
pub use *;
/// Format a unified diff without ANSI color codes.
/// Compute a structured diff bundle using the default theme-aware formatter.
/// Format diff hunks with standard ANSI colors for terminal display.