watchexec-cli 2.5.1

Executes commands in response to file modifications
Documentation
1
2
3
4
5
6
macro_rules! return_err {
	($err:expr) => {
		return Box::new(once($err.map_err(Into::into)))
	};
}
pub(crate) use return_err;