1 unstable release
0.1.0 | Sep 15, 2020 |
---|
#23 in #aka
61 downloads per month
Used in delta-struct
17KB
409 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