Skip to main content

diff

Function diff 

Source
pub fn diff(
    project: &Path,
    from: Option<&str>,
    to: Option<&str>,
) -> Result<String, String>
Expand description

Unified diff. Defaults to “working tree vs last checkpoint” when from/to are omitted.