Function agde::event::diff

source ·
pub fn diff(base: &[u8], target: &[u8]) -> Difference
Expand description

Creates a granular Difference between base and target.

If you Difference::apply this on base, you should get target.