Module unified_diff

Source
Available on crate feature blob only.
Expand description

Facilities to produce the unified diff format.

Originally based on https://github.com/pascalkuthe/imara-diff/pull/14.

Structs§

ContextSize
Defines the size of the context printed before and after each change.

Enums§

NewlineSeparator
Specify where to put a newline.

Traits§

ConsumeHunk
A utility trait for use in UnifiedDiff.