#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

#21 in #aka

Download history 144/week @ 2024-08-01 122/week @ 2024-08-08 262/week @ 2024-08-15 261/week @ 2024-08-22 105/week @ 2024-08-29 197/week @ 2024-09-05 63/week @ 2024-09-12 194/week @ 2024-09-19 178/week @ 2024-09-26 54/week @ 2024-10-03 107/week @ 2024-10-10 151/week @ 2024-10-17 50/week @ 2024-10-24 86/week @ 2024-10-31 113/week @ 2024-11-07 152/week @ 2024-11-14

413 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
~38K SLoC