| Crates.io | cfg_watcher |
| lib.rs | cfg_watcher |
| version | 0.1.1 |
| created_at | 2025-12-05 08:05:01.890276+00 |
| updated_at | 2025-12-05 08:26:12.471844+00 |
| description | Configuration watcher wrapper with tokio async |
| homepage | |
| repository | https://github.com/josexy/cfg_watcher |
| max_upload_size | |
| id | 1967838 |
| size | 34,968 |
A Rust library for watching configuration files and reloading them automatically when changes are detected. Built with Tokio+config-rs+notify-rs.
Add this to your Cargo.toml:
[dependencies]
cfg_watcher = "0.1.0"
See examples
MIT