asr
0.1.0
Module watcher
Module Items
Structs
In crate asr
asr
Module
watcher
Copy item path
Source
Expand description
Support for watching values and tracking changes between them.
Structs
ยง
Pair
A pair consisting of an old and a current value that can be used for tracking changes between them.
Watcher
A watcher keeps a pair of values and allows you to track changes between them.