Skip to main content

Module diffing

Module diffing 

Source
Expand description

Diffing: tree/content diff, rename detection, diffstat, line-log, pickaxe bloom.

Re-exportsยง

pub use crate::bloom;
pub use crate::combined_diff_patch;
pub use crate::combined_tree_diff;
pub use crate::diff;
pub use crate::diff_indent_heuristic;
pub use crate::diff_moved;
pub use crate::diffstat;
pub use crate::difftool;
pub use crate::line_log;
pub use crate::patch_ids;
pub use crate::userdiff;