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

delta-struct

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

#9 in #aka

Download history 108/week @ 2024-01-05 22/week @ 2024-01-12 17/week @ 2024-01-19 70/week @ 2024-01-26 158/week @ 2024-02-02 43/week @ 2024-02-09 30/week @ 2024-02-16 82/week @ 2024-02-23 50/week @ 2024-03-01 20/week @ 2024-03-08 49/week @ 2024-03-15 219/week @ 2024-03-22 140/week @ 2024-03-29 44/week @ 2024-04-05 93/week @ 2024-04-12 15/week @ 2024-04-19

299 downloads per month

MIT/Apache

9KB
196 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