1 2 3 4 5 6 7
.PHONY: test # Runs the tests test: cargo fmt --check cargo clippy cargo test --all-features