serde-diff icon indicating copy to clipboard operation
serde-diff copied to clipboard

Utility for comparing two structs and re-applying the differences to other structs

Results 21 serde-diff issues
Sort by recently updated
recently updated
newest added

Field paths are serialized as strings, and applying a diff to a large struct can be costly due to excessive string matching. It should be possible to leverage one of...

enhancement
help wanted
good first issue