.PHONY: doc test

doc:
	cargo doc --no-deps --open

test:
	cargo test
