srusty-files 0.2.0

A high-performance, cross-platform file search engine library with REST API
Documentation
1
2
3
4
5
6
7
pub mod debouncer;
pub mod monitor;
pub mod synchronizer;

pub use debouncer::{EventDebouncer, FileEventType};
pub use monitor::FileSystemMonitor;
pub use synchronizer::{FileEvent, IndexSynchronizer};