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

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

#23 in #aka

Download history 38/week @ 2024-03-14 235/week @ 2024-03-21 117/week @ 2024-03-28 55/week @ 2024-04-04 127/week @ 2024-04-11 17/week @ 2024-04-18 181/week @ 2024-04-25 186/week @ 2024-05-02 66/week @ 2024-05-09 69/week @ 2024-05-16 57/week @ 2024-05-23 150/week @ 2024-05-30 36/week @ 2024-06-06 4/week @ 2024-06-13 8/week @ 2024-06-20 6/week @ 2024-06-27

61 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
~36K SLoC