benhall-7 / diff-struct

Rust trait for diffing and applying diffs between data structures
MIT License
54 stars 14 forks source link

Add diff for arrays and `NonZero*` type #9

Closed cyphersnake closed 2 years ago

benhall-7 commented 2 years ago

Hi @cyphersnake! Thanks for the PR, but before I review it, would you mind resolving the merge conflicts?

cyphersnake commented 2 years ago

@BenHall-7 I use HEAD~1 from master because on the last commit, the path outside from repo is written inside Cargo.toml. Should I still use it?