build:
	cargo build

test:
	cargo test

doc:
	cargo doc --lib --open

clear:
	rm -rf target/
	rm documentation.html