1 unstable release
0.1.0 | Sep 15, 2020 |
---|
#2598 in Rust patterns
550 downloads per month
9KB
196 lines
delta_struct
Delta struct provides a rust-lang Derive
able trait, Delta
, that can be used to compute the difference (aka delta) between two instances of a type.
This can be combined with serde
to only transmit changes to structures, when updates are necessary.
Dependencies
~1.5MB
~36K SLoC