Deploy simple Rust greeting application
enact/hello-rustskillsetup L1★381
majiayu000/claude-skill-registry ↗What it does
Initialize a new Rust project via Enact framework
Best for
Quick Rust project bootstrap when you need opinionated boilerplate from the Enact ecosystem.
Inputs
- · Project name
- · Rust edition preference
Outputs
- · Cargo.toml scaffold
- · src/main.rs with hello world
Requires
- · Rust toolchain
- · Cargo
Preconditions
Rust and Cargo installed; write permissions in target directory
Failure modes
Cargo not in PATH; project name conflicts; rust version mismatch
Trust signals
- · Cargo-compatible scaffold
- · Hello world compiles immediately