The project uses xtask for automation. Here are the available commands:
cargo xtask build # Build the project cargo xtask check # Run cargo check cargo xtask clippy # Run clippy lints
cargo xtask test # Run all tests
cargo xtask fmt # Format code cargo xtask fmt --check # Check formatting
cargo xtask dist # Create distribution
cargo xtask docs # Build documentation
cargo xtask clean # Clean build artifacts cargo xtask cargo-lock # Manage Cargo.lock