# cargo install cargo-watch
watch:
	cargo watch -c -x check -x 'test -- --nocapture'

clippy-watch:
	cargo watch -c -x clippy

inotifytest:
	inotifytest sh -c 'reset; cargo build && RUST_BACKTRACE=1 cargo test -- --nocapture'
