quadoculars-0.1.5 has been yanked.
Quadoculars
Concurrent, composable simple file watcher on top of notify-rs.
Features
- easy to use single and multiple files watcher
- only notify when data of the file changes
- fault tolerant, continue watching even if the file being replaced and gracefully shutdown itself when the file no longer exist.
- fast live reloading values for DeserializeToOwned stuct.
Installation
Add quadoculars as a dependency in your Cargo.toml:
= "*"
or
= { = "https://github.com/Ar37-rs/quadoculars.git" }
Quick Example
use ;
use ;
More Examples
Watching Multiple files and live reloading values can be found here.