Building a File Watcher in Rust: Debouncing Done Right
In the last post, I talked about why watchr uses TOML for its config file. This one covers how watchr actually watches files - and why debouncing is the piece that makes it usable.
The problem
You hit
bytelogger.hashnode.dev3 min read