java-diff-utils-rs 0.1.0-alpha.1

Experimental Rust port of the core diffing and patching behavior of java-diff-utils
Documentation
1
2
3
4
5
6
pub mod delta_merge_utils;
pub mod inline_delta_merge_info;

// Optional: Re-export structs so callers don't have to nest deep paths
pub use delta_merge_utils::*;
pub use inline_delta_merge_info::*;