mirror of
https://github.com/2e3s/awatcher.git
synced 2025-06-11 05:47:16 +00:00
13 lines
240 B
Rust
13 lines
240 B
Rust
#[macro_use]
|
|
extern crate log;
|
|
|
|
pub mod config;
|
|
mod report_client;
|
|
mod watchers;
|
|
|
|
pub use report_client::ReportClient;
|
|
pub use watchers::ConstructorFilter;
|
|
pub use watchers::Watcher;
|
|
pub use watchers::ACTIVE_WINDOW;
|
|
pub use watchers::IDLE;
|