Expand description
Algorithms for diffing various git object types and for generating patches, highly optimized for performance.
Feature Flags
-
blob(enabled by default) — Enable diffing of blobs using imara-diff. -
serde— Data structures implementserde::Serializeandserde::Deserialize. -
wasm— Make it possible to compile to thewasm32-unknown-unknowntarget.
Modules
- blob
blobFor using text diffs, please have a look at theimara-diffdocumentation, maintained by Pascal Kuthe.