Rust goal: cargo script (like uv does for Python) (rust-lang.github.io) 1 points by IdiotSavage 1mo ago ↗ HN
[–] IdiotSavage 1mo ago ↗ Already works with nightly:https://doc.rust-lang.org/nightly/cargo/reference/unstable.h... #!/usr/bin/env -S cargo +nightly -Zscript ---cargo [package] edition = "2024" [profile.dev] opt-level = 3 --- fn main() { println!("Hey, man!"); }
1 comment
[ 3.8 ms ] story [ 19.4 ms ] threadhttps://doc.rust-lang.org/nightly/cargo/reference/unstable.h...