structdiff 0.1.0

Zero-Dependency Crate for Generating and Applying Partial Diffs between Struct Instances
Documentation
1
2
3
4
5
6
7
8
9
10
11
# structdiff

A lightweight, zero-dependency struct diffing library which allows changed fields to be collected and applied. 

### Development status 
This is being actively worked on. PRs will be accepted for either more tests or functionality.

### TODO
- Serializer integration
- Handle collections
- Recurisve diffs