We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for the wonderful crate. I think it would make sense if one was able to unwatch paths, after having watched a parent path. e.g.:
watcher.watch("/") assert!(watcher.unwatch("/foo").is_ok())
Anyway, no big deal if this isn't on the roadmap, I can presumably filter based on the event paths. But I thought it was worth suggesting!
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for the wonderful crate. I think it would make sense if one was able to unwatch paths, after having watched a parent path. e.g.:
Anyway, no big deal if this isn't on the roadmap, I can presumably filter based on the event paths. But I thought it was worth suggesting!
Thank you!
The text was updated successfully, but these errors were encountered: