benhall-7 / diff-struct

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

Move serde dependency behind a feature flag? #22

Open smalis-msft opened 1 year ago

smalis-msft commented 1 year ago

Would it be possible to move the serde dependency to be behind a feature flag, instead of being always required?