fmt:
    cargo +nightly fmt --all

precommit: fmt clippy

clippy:
    cargo clippy --all-features -- -D warnings
