chobs 0.1.5

Chobs (Changes Observer) is a tool that automatically restarting your process when file changes in the selected directory. It may be you system process or your project execution. For example if you don't want to call `cargo run` on every code changes, you can use Chobs.
Documentation
1
2
3
4
5
pub mod config;
pub mod exec;
pub mod walker;
pub mod watcher;
pub mod logger;