Skip to main content

Module diff

Module diff 

Source
Expand description

Diff extraction and reporting. Diff extraction and reporting modules.

Re-exports§

pub use extractor::DiffExtractor;
pub use formatter::format_diff_human;
pub use formatter::format_diff_json;
pub use formatter::format_field_diff;
pub use formatter::summarise_diff;
pub use formatter::DiffSummary;
pub use scorer::DivergenceScorer;

Modules§

extractor
Entity-level diff extraction. Entity diff extraction between two branch databases.
formatter
Diff formatting helpers. Human-readable and JSON diff formatting utilities.
scorer
Divergence scoring. Divergence score computation for branch diffs.
types
Diff type aliases and re-exports. Diff type re-exports and supplementary structures.