clankerdiff-watch 0.1.1

Native filesystem watching and coalesced Git snapshot publication
Documentation
1
2
3
4
5
6
7
8
9
pub mod file_watcher;

mod error;
mod filter;
mod repository_watcher;

pub use error::WatchError;
pub use file_watcher::{FileWatchError, FileWatcher, NotifyFileWatcher};
pub use repository_watcher::{RepositoryRequest, RepositoryWatcher, WatchOptions};