#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

#24 in #aka

Download history 133/week @ 2024-11-20 62/week @ 2024-11-27 201/week @ 2024-12-04 249/week @ 2024-12-11 160/week @ 2024-12-18 77/week @ 2025-01-01 281/week @ 2025-01-08 98/week @ 2025-01-15 180/week @ 2025-01-22 206/week @ 2025-01-29 167/week @ 2025-02-05 306/week @ 2025-02-12 196/week @ 2025-02-19 140/week @ 2025-02-26 232/week @ 2025-03-05

891 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
~39K SLoC