#delta #instance #struct #compute #traits #difference #aka

macro delta-struct-macros

Delta struct provides a rust-lang Deriveable trait, Delta, that can be used to compute the difference (aka delta) between two instances of a type

1 unstable release

0.1.0 Sep 15, 2020

#22 in #aka

Download history 25/week @ 2024-01-17 40/week @ 2024-01-24 182/week @ 2024-01-31 54/week @ 2024-02-07 24/week @ 2024-02-14 69/week @ 2024-02-21 63/week @ 2024-02-28 23/week @ 2024-03-06 19/week @ 2024-03-13 248/week @ 2024-03-20 73/week @ 2024-03-27 106/week @ 2024-04-03 125/week @ 2024-04-10 13/week @ 2024-04-17 122/week @ 2024-04-24 237/week @ 2024-05-01

497 downloads per month
Used in delta-struct

MIT/Apache

17KB
409 lines

delta_struct Crates listing

Delta struct provides a rust-lang Deriveable 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
~34K SLoC