//! Demonstrates file event stream for a given set of files.
//!
//! Usage:
//! events /path/to/file1 /path/to/file2 ...
//!
//! The files could be present or not, but assume some filesystem operations
//! will eventually be applied to them in order to generate events.
use MuxedEvents;
pub async