test:
	cargo test --all-features -- --nocapture

doc:
	cargo doc --no-deps --document-private-items

.PHONY: test
