test:
	cargo test

clean:
	find . -name '*~' -print0 | xargs -r -0 rm
