| Crates.io | var-watcher |
| lib.rs | var-watcher |
| version | 0.1.0 |
| created_at | 2016-05-23 15:51:57.686754+00 |
| updated_at | 2016-05-23 15:51:57.686754+00 |
| description | Watch for changes to a variable and initiate registered callbacks |
| homepage | |
| repository | https://github.com/KiChjang/var-watcher |
| max_upload_size | |
| id | 5159 |
| size | 2,708 |
Variable Watcher is a Rust crate that provides a wrapper around a variable, and calls all registered callback functions when the variable is mutated.