After completing any task, run the CI checks locally:
cargo fmt --all -- --check
cargo clippy --no-default-features -- -D warnings
cargo clippy -- -D warnings
cargo testTo run all examples in a row interactively, use
run_all_examples.sh
For debugging tips, see DEBUGGING.md.
For conditional compilation, see Conditional Compilation.