setting_tracker 0.1.3

Utility type for tracking setting changes
Documentation
1
2
3
4
5
6
7
8
9
10
# Run examples:
```
cargo run --example readme
cargo run --example simple
cargo run --example more_complex
cargo run --example sharing_state
cargo run --example real_world_mpsc
```

Most important examples are `readme`, `simple` and `real_world_mpsc`. Simple example helps you to get started and understand basic concepts. Real world mpsc helps to understand how you would actually use this library in a real world scenario.