Skip to content

Rust

  • Status: Planned
  • Last verified: 2026-02-23
  • Data source: apps/docs/src/data/language-support.yaml (rust)

Wave 2 companion repo delivery will publish fully executable quickstart steps for this guide. Current canonical bootstrap path remains Node-based.

npx @lumenflow/cli@3.2.0
software_delivery:
  gates:
    execution:
      preset: rust

Preset commands from packages/@lumenflow/core/src/gates-presets.ts:

cargo fmt --check
cargo clippy -- -D warnings
cargo check
cargo test
pnpm wu:prep --id WU-EXAMPLE