gitdataai/libs/git/diff/mod.rs
2026-04-14 19:02:01 +08:00

4 lines
92 B
Rust

//! Diff domain — all diff-related operations on a GitDomain.
pub mod ops;
pub mod types;