Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: relationship with cargo-script on nightly ~~> stable ? #139

Open
ethanmsl opened this issue Sep 3, 2024 · 0 comments
Open

Question: relationship with cargo-script on nightly ~~> stable ? #139

ethanmsl opened this issue Sep 3, 2024 · 0 comments

Comments

@ethanmsl
Copy link

ethanmsl commented Sep 3, 2024

A question:
Stabilization of cargo-script is one of main 2024 goals for the Rust Project

And we can currently run scripts using just cargo on nightly with

cargo +nightly -Zscript <file.rs> <args/flags>

How similar are rust-script with what's being stabilized?

I'd like to do more of my shell and scripting work in Rust and I'm not sure what design decisions might be impacting when a standard cargo-script is eventually rolled out.
(things like locations mapped to different elements of scripts, any helper type in the environment, etc.)

Any sense of how these two interface (or don't) would be wonderful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant