Documentation
1
2
3
4
5
pub use self::event::Event;
pub use self::watcher::FileWatcher;

mod event;
mod watcher;