Documentation
1
2
3
4
5
6
7
default: test

test:
	RUST_BACKTRACE=1 cargo test

publish:
	cargo publish