プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

add cargo-script

Kohei Watanabe (Nov 29, 2025, 2:05 AM +0900) b2b2a27e 8bcaf349

+5
+5
cargo-script/hello.rs
··· 1 + #!/usr/bin/env -S mise x rust@nightly -- cargo -Zscript -q 2 + 3 + fn main() { 4 + println!("hello"); 5 + }