tokio-inotify 0.2.2

Stream-based access to filesystem events.
Documentation

tokio-inotify

crates.io

Documentation

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.