default: test

test:
	RUST_BACKTRACE=1 cargo test

run:
	cargo run

publish:
	cargo publish

doc:
	cargo doc --no-deps