#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

#22 in #aka

Download history 139/week @ 2024-01-02 33/week @ 2024-01-09 26/week @ 2024-01-16 216/week @ 2024-01-30 60/week @ 2024-02-06 2/week @ 2024-02-13 88/week @ 2024-02-20 55/week @ 2024-02-27 30/week @ 2024-03-05 14/week @ 2024-03-12 174/week @ 2024-03-19 106/week @ 2024-03-26

339 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
~35K SLoC