"""Rust CI pipeline."""
# project() warms a shared dependency cache (keyed on Cargo.lock + sources)
# so test/clippy/fmt reuse one compile.
return
# ci() is the zero-config DAG: test + clippy + fmt sharing one warmup.
# To cross-compile, add e.g. project.build(target="wasm32-unknown-unknown") —
# the rustup target is installed automatically.
return