enact-hello-rust
// A simple Rust greeting tool
$ git log --oneline --stat
stars:194
forks:37
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
enact2.0.0
nameenact-hello-rust
version1.0.1
descriptionA simple Rust greeting tool
licenseMIT
fromrust:1.83-slim
inputSchema[object Object]
outputSchema[object Object]
buildrustc /workspace/hello.rs -o /workspace/hello
command/workspace/hello ${name}
Hello Rust
A simple Rust tool that greets you by name.
Usage
enact run ./examples/hello-rust --input "name=Alice"