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

Usage

Available Commands

The project uses xtask for automation. Here are the available commands:

Build Commands

cargo xtask build      # Build the project
cargo xtask check      # Run cargo check
cargo xtask clippy     # Run clippy lints

Test Commands

cargo xtask test       # Run all tests

Formatting Commands

cargo xtask fmt        # Format code
cargo xtask fmt --check # Check formatting

Distribution Commands

cargo xtask dist       # Create distribution

Documentation Commands

cargo xtask docs       # Build documentation

Utility Commands

cargo xtask clean      # Clean build artifacts
cargo xtask cargo-lock # Manage Cargo.lock