File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- # Difficient
1+ # Difficient · ; [ ![ GitHub license] ( https://img.shields.io/github/license/redbadger/difficient?color=blue )] ( https://github.com/redbadger/difficient/blob/master/LICENSE ) [ ![ Crate version] ( https://img.shields.io/crates/v/difficient.svg )] ( https://crates.io/crates/difficient ) [ ![ Docs] ( https://img.shields.io/badge/docs.rs-difficient-green )] ( https://docs.rs/difficient/ ) [ ![ Build status] ( https://img.shields.io/github/actions/workflow/status/redbadger/difficient/ci.yaml )] ( https://github.com/redbadger/difficient/actions )
2+
23Efficient, type-safe, (almost) zero-allocation structural diffing.
34
45* Annotate your ` struct ` or ` enum ` with ` #[derive(Diffable)] `
56* Diff your value with another value of the same type
6- * Apply the diff!
7+ * Apply the diff!
78* Serialize the diff!
89* ` Visit ` the diff, generating a custom stream of change events
910
You can’t perform that action at this time.
0 commit comments