ratatui_toolkit/widgets/code_diff/foundation/diff_hunk/constructors/
mod.rs

1//! Constructor functions for `DiffHunk`.
2
3mod from_header;
4mod new;