//! Utility modules for rusty-commit.
//!
//! This module organizes various utility functions and helpers used throughout
//! the application. Each submodule focuses on a specific responsibility.
// Re-export commonly used functions for convenience
pub use chunk_diff;
pub use strip_thinking;