Watchr
A simple and efficient Rust library for watching file system changes. It is built on top of notify and tokio crates.
Features
- Simple API for watching file system changes like creation, modification, deletion and renaming
- Fully async-compatible using
tokioruntime - Provides wrapper over
notifyevents

Installation
Add watchr_filesystem to your Cargo.toml:
[]
= "0.1.0"
Usage
use FileWatcher;
let watcher = new;
watcher.watch;
License
This project is released under the MIT License.