chessnut 0.0.1

Rust driver for Chessnut electronic chess boards
Documentation
list:
    just --list

fmt:
    cargo fmt --all
    just --fmt --unstable

lint:
    cargo fmt --check --all
    just --fmt --check --unstable
    cargo clippy --all --tests -- -D warnings

lint-more: lint
    cargo shear
    cargo upgrades

update-commit: lint
    git add -u
    git commit --amend --no-edit
    git push --force-with-lease