Skip to main content

Module field_diff

Module field_diff 

Source
Expand description

Per-field change detection without cloning whole state trees.

Traits§

FieldDiff
State types implement this so subscribers can detect which fields changed by comparing per-field hashes — never by cloning the whole value.

Functions§

hash_value
Hash any Hash value without cloning it.