// SPDX-FileCopyrightText: 2025 RAprogramm <andrey.rozanov.vl@gmail.com>
// SPDX-License-Identifier: MIT
//! Diff generation and display with responsive layout.
//!
//! This module provides professional diff visualization that adapts to terminal
//! width, offering vertical layout for narrow terminals and side-by-side for
//! wider displays.
pub use ;
pub use generate_diff;
pub use DiffResult;