libxdiff
Safe, idiomatic Rust bindings for the libxdiff C library.
Usage
Add this to your Cargo.toml:
[]
= "0.2"
Example
use from_utf8;
use MMFile;
let mut f1 = from_bytes;
let mut f2 = from_bytes;
let mut diff_lines = Vec::new;
f1.diff_raw
.unwrap;
assert_eq!;
Linkage
Upstream libxdiff is small and has no dependencies, so this crate links it statically.