6 releases
Uses old Rust 2015
| 0.4.1 | Apr 9, 2018 |
|---|---|
| 0.4.0 | Apr 8, 2018 |
| 0.3.0 | Dec 11, 2016 |
| 0.2.2 | Dec 11, 2016 |
| 0.2.1 | Sep 15, 2016 |
#2589 in Filesystem
7KB
104 lines
tokio-inotify
The tokio_inotify crate enables the use of inotify file descriptors in the tokio framework.
It builds on the inotify crate by wrapping
the INotify type into a new type called AsyncINotify, and implementing
futures::stream::Stream.
This means that you can consume inotify::Events from the AsyncINotify object and act on them.
Dependencies
~4.5MB
~61K SLoC