default:
	cargo test

clean:
	cargo clean

test:
	cargo test
