Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Contributing

Building

git clone https://github.com/sksizer/donttouch
cd donttouch
cargo build

Running Tests

cargo test

Code Quality

cargo fmt --check
cargo clippy -- -D warnings

CI

Pull requests run checks automatically via GitHub Actions:

  • cargo check
  • cargo fmt --check
  • cargo clippy -- -D warnings
  • cargo test
  • Cross-platform build (Linux, macOS, Windows)