check:
	cargo build --all
	cargo fmt --check
	cargo clippy
	cargo test  # includes examples and doctests
	cargo doc  # fails on broken links
