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§
- Context
Size - Defines the size of the context printed before and after each change.
Enums§
- Newline
Separator - Specify where to put a newline.
Traits§
- Consume
Hunk - A utility trait for use in
UnifiedDiff
.